Html Css Color HEX #5C9896 Cadet Blue

📋 copy color: '#5C9896'

red 92 ◦ green 152 ◦ blue 150

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

Shades of Cadet Blue #5C9896

Tints of Cadet Blue #5C9896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 23.35%
G = 38.58%
B = 38.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#5C9896 (or 0x5C9896) is known color: Cadet Blue. HEX triplet: 5C, 98 and 96. RGB value is (92,152,150). Sum of RGB (Red+Green+Blue) = 92+152+150=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9896 is #A36769. Grayscale: #858585. Windows color (decimal): -10708842 or 9869404. OLE color: 9869404.

HSL color Cylindrical-coordinate representation of color #5C9896: hue angle of 178º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C9896 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 152 150 -
CMYK 0.39 0 0.01 0.40
HSL 178º 0.25% 0.48% -
HSV(B) 178º 0.39% 0.6% -
XYZ 21.15 26.93 32.94 -
YUV 133.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 92 152 150 0.39 0 0.01 0.40 178 0.25 0.48
Hex 5C 98 96 27 0 1 28 B2 19 30
Octal 134 230 226 47 0 1 50 262 31 60
Binary 1011100 10011000 10010110 100111 0 1 101000 10110010 11001 110000

Color Harmonies of #5C9896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9896

Black with #5C9896

Text Example


Text Example

White with #5C9896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,152,150); }

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

background-color css

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

 a { background-color: rgb(92,152,150); }

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

border-color css

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

 span { border-color: rgb(92,152,150); }

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