Html Css Color HEX #5CB2DC Malibu

📋 copy color: '#5CB2DC'

red 92 ◦ green 178 ◦ blue 220

#5CB2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5CB2DC

Tints of Malibu #5CB2DC

RGB

 RED value IS 92 (36.33% from 255) = 18.78%

 GREEN value IS 178 (69.92% from 255) = 36.33%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 18.78%
G = 36.33%
B = 44.9%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CB2DC (or 0x5CB2DC) is known color: Malibu. HEX triplet: 5C, B2 and DC. RGB value is (92,178,220). Sum of RGB (Red+Green+Blue) = 92+178+220=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2DC is #A34D23. Grayscale: #9C9C9C. Windows color (decimal): -10702116 or 14463580. OLE color: 14463580.

HSL color Cylindrical-coordinate representation of color #5CB2DC: hue angle of 199.69º degrees, saturation: 0.65, 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 #5CB2DC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 178 220 -
CMYK 0.58 0.19 0 0.14
HSL 199.69º 0.65% 0.61% -
HSV(B) 199.69º 0.58% 0.86% -
XYZ 33.25 39.28 73.54 -
YUV 157.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 92 178 220 0.58 0.19 0 0.14 199.69 0.65 0.61
Hex 5C B2 DC 3A 13 0 E C8 41 3D
Octal 134 262 334 72 23 0 16 310 101 75
Binary 1011100 10110010 11011100 111010 10011 0 1110 11001000 1000001 111101

Color Harmonies of #5CB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB2DC

Black with #5CB2DC

Text Example


Text Example

White with #5CB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,178,220); }

 H1.HeaderClassName
 {
   color: #5CB2DC;
 }
 .AnyTagClassName
 {
   color: #5CB2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(92,178,220); }

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

border-color css

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

 span { border-color: rgb(92,178,220); }

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