#5CBCD4

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

Shades of Malibu #5CBCD4

Tints of Malibu #5CBCD4

Color information

#5CBCD4 (or 0x5CBCD4) is unknown color: approx Malibu. HEX triplet: 5C, BC and D4. RGB value is (92,188,212). Sum of RGB (Red+Green+Blue) = 92+188+212=492 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.70% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #5CBCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCD4 is #A3432B. Grayscale: #A1A1A1. Windows color (decimal): -10699564 or 13941852. OLE color: 13941852.

HSL color Cylindrical-coordinate representation of color #5CBCD4: hue angle of 192º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CBCD4 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB92188212-
CMYK0.570.1100.17
HSL192º58.25%59.61%-
HSV(B)192º56.6%83.14%-
XYZ34.284368.78-
YUV162.03156.278.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.70%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 212 (83.20% from 255) = 43.09%
R=18.70%
G=38.21%
B=43.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal921882120.570.1100.1719258.2559.61
Hex5CBCD439B011c03a3c
Octal13427432471130213007274
Binary10111001011110011010100111001101101000111000000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,212); }

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

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

 a { background-color: rgb(92,188,212); }

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

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

 span { border-color: rgb(92,188,212); }

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