Html Css Color HEX #5998A2 Cadet Blue

📋 copy color: '#5998A2'

red 89 ◦ green 152 ◦ blue 162

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

Shades of Cadet Blue #5998A2

Tints of Cadet Blue #5998A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.2%

R = 22.08%
G = 37.72%
B = 40.2%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5998A2 (or 0x5998A2) is known color: Cadet Blue. HEX triplet: 59, 98 and A2. RGB value is (89,152,162). Sum of RGB (Red+Green+Blue) = 89+152+162=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #5998A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5998A2 is #A6675D. Grayscale: #868686. Windows color (decimal): -10905438 or 10655833. OLE color: 10655833.

HSL color Cylindrical-coordinate representation of color #5998A2: hue angle of 188.22º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5998A2 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 152 162 -
CMYK 0.45 0.06 0 0.36
HSL 188.22º 0.29% 0.49% -
HSV(B) 188.22º 0.45% 0.64% -
XYZ 21.87 27.19 38.28 -
YUV 134.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 89 152 162 0.45 0.06 0 0.36 188.22 0.29 0.49
Hex 59 98 A2 2D 6 0 24 BC 1D 31
Octal 131 230 242 55 6 0 44 274 35 61
Binary 1011001 10011000 10100010 101101 110 0 100100 10111100 11101 110001

Color Harmonies of #5998A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998A2

Black with #5998A2

Text Example


Text Example

White with #5998A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5998A2; }

 p { color: rgb(89,152,162); }

 H1.HeaderClassName
 {
   color: #5998A2;
 }
 .AnyTagClassName
 {
   color: #5998A2;
 }
</style>

background-color css

<style>
 a { background-color: #5998A2; }

 a { background-color: rgb(89,152,162); }

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

border-color css

<style>
 span { border-color: #5998A2; }

 span { border-color: rgb(89,152,162); }

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