Html Css Color HEX #559F99 Cadet Blue

📋 copy color: '#559F99'

red 85 ◦ green 159 ◦ blue 153

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

Shades of Cadet Blue #559F99

Tints of Cadet Blue #559F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 21.41%
G = 40.05%
B = 38.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#559F99 (or 0x559F99) is known color: Cadet Blue. HEX triplet: 55, 9F and 99. RGB value is (85,159,153). Sum of RGB (Red+Green+Blue) = 85+159+153=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #559F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F99 is #AA6066. Grayscale: #888888. Windows color (decimal): -11165799 or 10067797. OLE color: 10067797.

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

Color convert

RGB 85 159 153 -
CMYK 0.47 0 0.04 0.38
HSL 175.14º 0.3% 0.48% -
HSV(B) 175.14º 0.47% 0.62% -
XYZ 21.89 29.03 34.59 -
YUV 136.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 85 159 153 0.47 0 0.04 0.38 175.14 0.3 0.48
Hex 55 9F 99 2F 0 4 26 AF 1E 30
Octal 125 237 231 57 0 4 46 257 36 60
Binary 1010101 10011111 10011001 101111 0 100 100110 10101111 11110 110000

Color Harmonies of #559F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F99

Black with #559F99

Text Example


Text Example

White with #559F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,153); }

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

background-color css

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

 a { background-color: rgb(85,159,153); }

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

border-color css

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

 span { border-color: rgb(85,159,153); }

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