#5BB9E2

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

Shades of Malibu #5BB9E2

Tints of Malibu #5BB9E2

Color information

#5BB9E2 (or 0x5BB9E2) is unknown color: approx Malibu. HEX triplet: 5B, B9 and E2. RGB value is (91,185,226). Sum of RGB (Red+Green+Blue) = 91+185+226=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #5BB9E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB9E2 is #A4461D. Grayscale: #A1A1A1. Windows color (decimal): -10765854 or 14858587. OLE color: 14858587.

HSL color Cylindrical-coordinate representation of color #5BB9E2: hue angle of 198.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BB9E2 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB91185226-
CMYK0.600.1800.11
HSL198.22º69.95%62.16%-
HSV(B)198.22º59.73%88.63%-
XYZ35.3942.4178.27-
YUV161.57164.3677.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.13%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=18.13%
G=36.85%
B=45.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal911852260.600.1800.11198.2269.9562.16
Hex5BB9E23C120Bc6463e
Octal133271342742201330610676
Binary101101110111001111000101111001001001011110001101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,185,226); }

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

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

 a { background-color: rgb(91,185,226); }

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

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

 span { border-color: rgb(91,185,226); }

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