#5BACE0

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

Shades of Malibu #5BACE0

Tints of Malibu #5BACE0

Color information

#5BACE0 (or 0x5BACE0) is unknown color: approx Malibu. HEX triplet: 5B, AC and E0. RGB value is (91,172,224). Sum of RGB (Red+Green+Blue) = 91+172+224=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACE0 is #A4531F. Grayscale: #999999. Windows color (decimal): -10769184 or 14724187. OLE color: 14724187.

HSL color Cylindrical-coordinate representation of color #5BACE0: hue angle of 203.46º 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 #5BACE0 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB91172224-
CMYK0.590.2300.12
HSL203.46º68.21%61.76%-
HSV(B)203.46º59.38%87.84%-
XYZ32.5237.1175.97-
YUV153.71167.6683.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.69%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 224 (87.89% from 255) = 46.00%
R=18.69%
G=35.32%
B=46.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal911722240.590.2300.12203.4668.2161.76
Hex5BACE03B170Ccb443e
Octal133254340732701431310476
Binary101101110101100111000001110111011101100110010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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