Html Css Color HEX #598FAA Air Force Blue

📋 copy color: '#598FAA'

red 89 ◦ green 143 ◦ blue 170

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

Shades of Air Force Blue #598FAA

Tints of Air Force Blue #598FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 22.14%
G = 35.57%
B = 42.29%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#598FAA (or 0x598FAA) is known color: Air Force Blue. HEX triplet: 59, 8F and AA. RGB value is (89,143,170). Sum of RGB (Red+Green+Blue) = 89+143+170=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #598FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598FAA is #A67055. Grayscale: #818181. Windows color (decimal): -10907734 or 11177817. OLE color: 11177817.

HSL color Cylindrical-coordinate representation of color #598FAA: hue angle of 200º 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 #598FAA is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 143 170 -
CMYK 0.48 0.16 0 0.33
HSL 200º 0.32% 0.51% -
HSV(B) 200º 0.48% 0.67% -
XYZ 21.2 24.67 41.67 -
YUV 129.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 89 143 170 0.48 0.16 0 0.33 200 0.32 0.51
Hex 59 8F AA 30 10 0 21 C8 20 33
Octal 131 217 252 60 20 0 41 310 40 63
Binary 1011001 10001111 10101010 110000 10000 0 100001 11001000 100000 110011

Color Harmonies of #598FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598FAA

Black with #598FAA

Text Example


Text Example

White with #598FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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