Html Css Color HEX #599B9D Cadet Blue

📋 copy color: '#599B9D'

red 89 ◦ green 155 ◦ blue 157

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

Shades of Cadet Blue #599B9D

Tints of Cadet Blue #599B9D

RGB

 RED value IS 89 (35.16% from 255) = 22.19%

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 22.19%
G = 38.65%
B = 39.15%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#599B9D (or 0x599B9D) is known color: Cadet Blue. HEX triplet: 59, 9B and 9D. RGB value is (89,155,157). Sum of RGB (Red+Green+Blue) = 89+155+157=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #599B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B9D is #A66462. Grayscale: #878787. Windows color (decimal): -10904675 or 10328921. OLE color: 10328921.

HSL color Cylindrical-coordinate representation of color #599B9D: hue angle of 181.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B9D is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 155 157 -
CMYK 0.43 0.01 0 0.38
HSL 181.76º 0.28% 0.48% -
HSV(B) 181.76º 0.43% 0.62% -
XYZ 21.93 28 36.15 -
YUV 135.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 89 155 157 0.43 0.01 0 0.38 181.76 0.28 0.48
Hex 59 9B 9D 2B 1 0 26 B6 1C 30
Octal 131 233 235 53 1 0 46 266 34 60
Binary 1011001 10011011 10011101 101011 1 0 100110 10110110 11100 110000

Color Harmonies of #599B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B9D

Black with #599B9D

Text Example


Text Example

White with #599B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599B9D; }

 p { color: rgb(89,155,157); }

 H1.HeaderClassName
 {
   color: #599B9D;
 }
 .AnyTagClassName
 {
   color: #599B9D;
 }
</style>

background-color css

<style>
 a { background-color: #599B9D; }

 a { background-color: rgb(89,155,157); }

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

border-color css

<style>
 span { border-color: #599B9D; }

 span { border-color: rgb(89,155,157); }

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