Html Css Color HEX #559D9C Cadet Blue

📋 copy color: '#559D9C'

red 85 ◦ green 157 ◦ blue 156

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

Shades of Cadet Blue #559D9C

Tints of Cadet Blue #559D9C

RGB

 RED value IS 85 (33.59% from 255) = 21.36%

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 21.36%
G = 39.45%
B = 39.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#559D9C (or 0x559D9C) is known color: Cadet Blue. HEX triplet: 55, 9D and 9C. RGB value is (85,157,156). Sum of RGB (Red+Green+Blue) = 85+157+156=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #559D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D9C is #AA6263. Grayscale: #878787. Windows color (decimal): -11166308 or 10263893. OLE color: 10263893.

HSL color Cylindrical-coordinate representation of color #559D9C: hue angle of 179.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D9C is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 156 -
CMYK 0.46 0 0.01 0.38
HSL 179.17º 0.3% 0.47% -
HSV(B) 179.17º 0.46% 0.62% -
XYZ 21.8 28.45 35.79 -
YUV 135.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 85 157 156 0.46 0 0.01 0.38 179.17 0.3 0.47
Hex 55 9D 9C 2E 0 1 26 B3 1E 2F
Octal 125 235 234 56 0 1 46 263 36 57
Binary 1010101 10011101 10011100 101110 0 1 100110 10110011 11110 101111

Color Harmonies of #559D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D9C

Black with #559D9C

Text Example


Text Example

White with #559D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559D9C; }

 p { color: rgb(85,157,156); }

 H1.HeaderClassName
 {
   color: #559D9C;
 }
 .AnyTagClassName
 {
   color: #559D9C;
 }
</style>

background-color css

<style>
 a { background-color: #559D9C; }

 a { background-color: rgb(85,157,156); }

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

border-color css

<style>
 span { border-color: #559D9C; }

 span { border-color: rgb(85,157,156); }

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