#5BB0E0

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

Shades of Malibu #5BB0E0

Tints of Malibu #5BB0E0

Color information

#5BB0E0 (or 0x5BB0E0) is unknown color: approx Malibu. HEX triplet: 5B, B0 and E0. RGB value is (91,176,224). Sum of RGB (Red+Green+Blue) = 91+176+224=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BB0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB0E0 is #A44F1F. Grayscale: #9B9B9B. Windows color (decimal): -10768160 or 14725211. OLE color: 14725211.

HSL color Cylindrical-coordinate representation of color #5BB0E0: hue angle of 201.65º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BB0E0 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB91176224-
CMYK0.590.2100.12
HSL201.65º68.21%61.76%-
HSV(B)201.65º59.38%87.84%-
XYZ33.2938.6676.23-
YUV156.06166.3481.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.53%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=18.53%
G=35.85%
B=45.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal911762240.590.2100.12201.6568.2161.76
Hex5BB0E03B150Cca443e
Octal133260340732501431210476
Binary101101110110000111000001110111010101100110010101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,176,224); }

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

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

 a { background-color: rgb(91,176,224); }

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

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

 span { border-color: rgb(91,176,224); }

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