#5CB5D5

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

Shades of Malibu #5CB5D5

Tints of Malibu #5CB5D5

Color information

#5CB5D5 (or 0x5CB5D5) is unknown color: approx Malibu. HEX triplet: 5C, B5 and D5. RGB value is (92,181,213). Sum of RGB (Red+Green+Blue) = 92+181+213=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #5CB5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB5D5 is #A34A2A. Grayscale: #9D9D9D. Windows color (decimal): -10701355 or 14005596. OLE color: 14005596.

HSL color Cylindrical-coordinate representation of color #5CB5D5: hue angle of 195.87º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CB5D5 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB92181213-
CMYK0.570.1500.16
HSL195.87º59.02%59.8%-
HSV(B)195.87º56.81%83.53%-
XYZ32.9540.1368.96-
YUV158.04159.0180.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.93%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=18.93%
G=37.24%
B=43.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal921812130.570.1500.16195.8759.0259.8
Hex5CB5D539F010c43b3c
Octal13426532571170203047374
Binary10111001011010111010101111001111101000011000100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,181,213); }

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

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

 a { background-color: rgb(92,181,213); }

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

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

 span { border-color: rgb(92,181,213); }

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