Html Css Color HEX #598BAA Air Force Blue

📋 copy color: '#598BAA'

red 89 ◦ green 139 ◦ blue 170

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

Shades of Air Force Blue #598BAA

Tints of Air Force Blue #598BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

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

R = 22.36%
G = 34.92%
B = 42.71%

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

#598BAA (or 0x598BAA) is known color: Air Force Blue. HEX triplet: 59, 8B and AA. RGB value is (89,139,170). Sum of RGB (Red+Green+Blue) = 89+139+170=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #598BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598BAA is #A67455. Grayscale: #7F7F7F. Windows color (decimal): -10908758 or 11176793. OLE color: 11176793.

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

Color convert

RGB 89 139 170 -
CMYK 0.48 0.18 0 0.33
HSL 202.96º 0.32% 0.51% -
HSV(B) 202.96º 0.48% 0.67% -
XYZ 20.61 23.49 41.48 -
YUV 127.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 89 139 170 0.48 0.18 0 0.33 202.96 0.32 0.51
Hex 59 8B AA 30 12 0 21 CB 20 33
Octal 131 213 252 60 22 0 41 313 40 63
Binary 1011001 10001011 10101010 110000 10010 0 100001 11001011 100000 110011

Color Harmonies of #598BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598BAA

Black with #598BAA

Text Example


Text Example

White with #598BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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