Html Css Color HEX #5CB6DD Malibu

📋 copy color: '#5CB6DD'

red 92 ◦ green 182 ◦ blue 221

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

Shades of Malibu #5CB6DD

Tints of Malibu #5CB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.77%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 18.59%
G = 36.77%
B = 44.65%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5CB6DD (or 0x5CB6DD) is known color: Malibu. HEX triplet: 5C, B6 and DD. RGB value is (92,182,221). Sum of RGB (Red+Green+Blue) = 92+182+221=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB6DD is #A34922. Grayscale: #9F9F9F. Windows color (decimal): -10701091 or 14530140. OLE color: 14530140.

HSL color Cylindrical-coordinate representation of color #5CB6DD: hue angle of 198.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB6DD is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 182 221 -
CMYK 0.58 0.18 0 0.13
HSL 198.14º 0.65% 0.61% -
HSV(B) 198.14º 0.58% 0.87% -
XYZ 34.19 40.95 74.51 -
YUV 159.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 92 182 221 0.58 0.18 0 0.13 198.14 0.65 0.61
Hex 5C B6 DD 3A 12 0 D C6 41 3D
Octal 134 266 335 72 22 0 15 306 101 75
Binary 1011100 10110110 11011101 111010 10010 0 1101 11000110 1000001 111101

Color Harmonies of #5CB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB6DD

Black with #5CB6DD

Text Example


Text Example

White with #5CB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,182,221); }

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

background-color css

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

 a { background-color: rgb(92,182,221); }

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

border-color css

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

 span { border-color: rgb(92,182,221); }

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