#5CACDB

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

Shades of Malibu #5CACDB

Tints of Malibu #5CACDB

Color information

#5CACDB (or 0x5CACDB) is unknown color: approx Malibu. HEX triplet: 5C, AC and DB. RGB value is (92,172,219). Sum of RGB (Red+Green+Blue) = 92+172+219=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACDB is #A35324. Grayscale: #999999. Windows color (decimal): -10703653 or 14396508. OLE color: 14396508.

HSL color Cylindrical-coordinate representation of color #5CACDB: hue angle of 202.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CACDB is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92172219-
CMYK0.580.2100.14
HSL202.2º63.82%60.98%-
HSV(B)202.2º57.99%85.88%-
XYZ31.9536.8972.46-
YUV153.4416584.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.05%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=19.05%
G=35.61%
B=45.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal921722190.580.2100.14202.263.8260.98
Hex5CACDB3A150Eca403d
Octal134254333722501631210075
Binary101110010101100110110111110101010101110110010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,219); }

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

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

 a { background-color: rgb(92,172,219); }

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

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

 span { border-color: rgb(92,172,219); }

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