#5CAEE5

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

Shades of Malibu #5CAEE5

Tints of Malibu #5CAEE5

Color information

#5CAEE5 (or 0x5CAEE5) is unknown color: approx Malibu. HEX triplet: 5C, AE and E5. RGB value is (92,174,229). Sum of RGB (Red+Green+Blue) = 92+174+229=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #5CAEE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAEE5 is #A3511A. Grayscale: #9B9B9B. Windows color (decimal): -10703131 or 15052380. OLE color: 15052380.

HSL color Cylindrical-coordinate representation of color #5CAEE5: hue angle of 204.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CAEE5 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB92174229-
CMYK0.600.2400.10
HSL204.09º72.49%62.94%-
HSV(B)204.09º59.83%89.8%-
XYZ33.6938.279.73-
YUV155.75169.3382.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=18.59%
G=35.15%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal921742290.600.2400.10204.0972.4962.94
Hex5CAEE53C180Acc483f
Octal134256345743001231411077
Binary101110010101110111001011111001100001010110011001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,174,229); }

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

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

 a { background-color: rgb(92,174,229); }

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

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

 span { border-color: rgb(92,174,229); }

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