Html Css Color HEX #5C959C Cadet Blue

📋 copy color: '#5C959C'

red 92 ◦ green 149 ◦ blue 156

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

Shades of Cadet Blue #5C959C

Tints of Cadet Blue #5C959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 23.17%
G = 37.53%
B = 39.29%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C959C (or 0x5C959C) is known color: Cadet Blue. HEX triplet: 5C, 95 and 9C. RGB value is (92,149,156). Sum of RGB (Red+Green+Blue) = 92+149+156=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C959C is #A36A63. Grayscale: #848484. Windows color (decimal): -10709604 or 10261852. OLE color: 10261852.

HSL color Cylindrical-coordinate representation of color #5C959C: hue angle of 186.56º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C959C is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 149 156 -
CMYK 0.41 0.04 0 0.39
HSL 186.56º 0.26% 0.49% -
HSV(B) 186.56º 0.41% 0.61% -
XYZ 21.16 26.17 35.39 -
YUV 132.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 92 149 156 0.41 0.04 0 0.39 186.56 0.26 0.49
Hex 5C 95 9C 29 4 0 27 BB 1A 31
Octal 134 225 234 51 4 0 47 273 32 61
Binary 1011100 10010101 10011100 101001 100 0 100111 10111011 11010 110001

Color Harmonies of #5C959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C959C

Black with #5C959C

Text Example


Text Example

White with #5C959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,149,156); }

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

background-color css

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

 a { background-color: rgb(92,149,156); }

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

border-color css

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

 span { border-color: rgb(92,149,156); }

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