Html Css Color HEX #598CAA Air Force Blue

📋 copy color: '#598CAA'

red 89 ◦ green 140 ◦ blue 170

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

Shades of Air Force Blue #598CAA

Tints of Air Force Blue #598CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 22.31%
G = 35.09%
B = 42.61%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#598CAA (or 0x598CAA) is known color: Air Force Blue. HEX triplet: 59, 8C and AA. RGB value is (89,140,170). Sum of RGB (Red+Green+Blue) = 89+140+170=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #598CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CAA is #A67355. Grayscale: #808080. Windows color (decimal): -10908502 or 11177049. OLE color: 11177049.

HSL color Cylindrical-coordinate representation of color #598CAA: hue angle of 202.22º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #598CAA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 140 170 -
CMYK 0.48 0.18 0 0.33
HSL 202.22º 0.32% 0.51% -
HSV(B) 202.22º 0.48% 0.67% -
XYZ 20.75 23.78 41.53 -
YUV 128.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 89 140 170 0.48 0.18 0 0.33 202.22 0.32 0.51
Hex 59 8C AA 30 12 0 21 CA 20 33
Octal 131 214 252 60 22 0 41 312 40 63
Binary 1011001 10001100 10101010 110000 10010 0 100001 11001010 100000 110011

Color Harmonies of #598CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598CAA

Black with #598CAA

Text Example


Text Example

White with #598CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598CAA; }

 p { color: rgb(89,140,170); }

 H1.HeaderClassName
 {
   color: #598CAA;
 }
 .AnyTagClassName
 {
   color: #598CAA;
 }
</style>

background-color css

<style>
 a { background-color: #598CAA; }

 a { background-color: rgb(89,140,170); }

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

border-color css

<style>
 span { border-color: #598CAA; }

 span { border-color: rgb(89,140,170); }

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