Html Css Color HEX #5CB2D6 Malibu

📋 copy color: '#5CB2D6'

red 92 ◦ green 178 ◦ blue 214

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

Shades of Malibu #5CB2D6

Tints of Malibu #5CB2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 19.01%
G = 36.78%
B = 44.21%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5CB2D6 (or 0x5CB2D6) is known color: Malibu. HEX triplet: 5C, B2 and D6. RGB value is (92,178,214). Sum of RGB (Red+Green+Blue) = 92+178+214=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #5CB2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB2D6 is #A34D29. Grayscale: #9C9C9C. Windows color (decimal): -10702122 or 14070364. OLE color: 14070364.

HSL color Cylindrical-coordinate representation of color #5CB2D6: hue angle of 197.7º degrees, saturation: 0.6, 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 #5CB2D6 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 92 178 214 -
CMYK 0.57 0.17 0 0.16
HSL 197.7º 0.6% 0.6% -
HSV(B) 197.7º 0.57% 0.84% -
XYZ 32.47 38.97 69.43 -
YUV 156.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 92 178 214 0.57 0.17 0 0.16 197.7 0.6 0.6
Hex 5C B2 D6 39 11 0 10 C6 3C 3C
Octal 134 262 326 71 21 0 20 306 74 74
Binary 1011100 10110010 11010110 111001 10001 0 10000 11000110 111100 111100

Color Harmonies of #5CB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB2D6

Black with #5CB2D6

Text Example


Text Example

White with #5CB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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