Html Css Color HEX #5C999C Cadet Blue

📋 copy color: '#5C999C'

red 92 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #5C999C

Tints of Cadet Blue #5C999C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

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

R = 22.94%
G = 38.15%
B = 38.9%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C999C (or 0x5C999C) is known color: Cadet Blue. HEX triplet: 5C, 99 and 9C. RGB value is (92,153,156). Sum of RGB (Red+Green+Blue) = 92+153+156=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C999C is #A36663. Grayscale: #878787. Windows color (decimal): -10708580 or 10262876. OLE color: 10262876.

HSL color Cylindrical-coordinate representation of color #5C999C: hue angle of 182.81º 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 #5C999C is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 153 156 -
CMYK 0.41 0.02 0 0.39
HSL 182.81º 0.26% 0.49% -
HSV(B) 182.81º 0.41% 0.61% -
XYZ 21.81 27.46 35.6 -
YUV 135.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 92 153 156 0.41 0.02 0 0.39 182.81 0.26 0.49
Hex 5C 99 9C 29 2 0 27 B7 1A 31
Octal 134 231 234 51 2 0 47 267 32 61
Binary 1011100 10011001 10011100 101001 10 0 100111 10110111 11010 110001

Color Harmonies of #5C999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C999C

Black with #5C999C

Text Example


Text Example

White with #5C999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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