Html Css Color HEX #5597A0 Cadet Blue

📋 copy color: '#5597A0'

red 85 ◦ green 151 ◦ blue 160

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

Shades of Cadet Blue #5597A0

Tints of Cadet Blue #5597A0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.13%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 21.46%
G = 38.13%
B = 40.4%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5597A0 (or 0x5597A0) is known color: Cadet Blue. HEX triplet: 55, 97 and A0. RGB value is (85,151,160). Sum of RGB (Red+Green+Blue) = 85+151+160=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #5597A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5597A0 is #AA685F. Grayscale: #848484. Windows color (decimal): -11167840 or 10524501. OLE color: 10524501.

HSL color Cylindrical-coordinate representation of color #5597A0: hue angle of 187.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5597A0 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 151 160 -
CMYK 0.47 0.06 0 0.37
HSL 187.2º 0.31% 0.48% -
HSV(B) 187.2º 0.47% 0.63% -
XYZ 21.16 26.6 37.28 -
YUV 132.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 85 151 160 0.47 0.06 0 0.37 187.2 0.31 0.48
Hex 55 97 A0 2F 6 0 25 BB 1F 30
Octal 125 227 240 57 6 0 45 273 37 60
Binary 1010101 10010111 10100000 101111 110 0 100101 10111011 11111 110000

Color Harmonies of #5597A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5597A0

Black with #5597A0

Text Example


Text Example

White with #5597A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5597A0; }

 p { color: rgb(85,151,160); }

 H1.HeaderClassName
 {
   color: #5597A0;
 }
 .AnyTagClassName
 {
   color: #5597A0;
 }
</style>

background-color css

<style>
 a { background-color: #5597A0; }

 a { background-color: rgb(85,151,160); }

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

border-color css

<style>
 span { border-color: #5597A0; }

 span { border-color: rgb(85,151,160); }

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