#5BB6DE

Color #5BB6DE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5BB6DE

Tints of Malibu #5BB6DE

Color information

#5BB6DE (or 0x5BB6DE) is unknown color: approx Malibu. HEX triplet: 5B, B6 and DE. RGB value is (91,182,222). Sum of RGB (Red+Green+Blue) = 91+182+222=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BB6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB6DE is #A44921. Grayscale: #9F9F9F. Windows color (decimal): -10766626 or 14595675. OLE color: 14595675.

HSL color Cylindrical-coordinate representation of color #5BB6DE: hue angle of 198.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BB6DE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB91182222-
CMYK0.590.1800.13
HSL198.32º66.5%61.37%-
HSV(B)198.32º59.01%87.06%-
XYZ34.2340.9575.21-
YUV159.35163.3579.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 18.38%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=18.38%
G=36.77%
B=44.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal911822220.590.1800.13198.3266.561.37
Hex5BB6DE3B120Dc6423d
Octal133266336732201530610275
Binary101101110110110110111101110111001001101110001101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB6DE; }

 p { color: rgb(91,182,222); }

 H1.HeaderClassName
 {
   color: #5BB6DE;
 }
 .AnyTagClassName
 {
   color: #5BB6DE;
 }
</style>
background-color css

<style>
 a { background-color: #5BB6DE; }

 a { background-color: rgb(91,182,222); }

 div.DivClassName
 {
   background-color: #5BB6DE;
 }
 .BgClassName
 {
   background-color: #5BB6DE;
 }
</style>
border-color css

<style>
 span { border-color: #5BB6DE; }

 span { border-color: rgb(91,182,222); }

 td.TdClassName
 {
   border-color: #5BB6DE;
 }
 .TagClassName
 {
   border-color: #5BB6DE;
 }
</style>