Html Css Color HEX #598BA4 Air Force Blue

📋 copy color: '#598BA4'

red 89 ◦ green 139 ◦ blue 164

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

Shades of Air Force Blue #598BA4

Tints of Air Force Blue #598BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 22.7%
G = 35.46%
B = 41.84%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#598BA4 (or 0x598BA4) is known color: Air Force Blue. HEX triplet: 59, 8B and A4. RGB value is (89,139,164). Sum of RGB (Red+Green+Blue) = 89+139+164=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #598BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598BA4 is #A6745B. Grayscale: #7E7E7E. Windows color (decimal): -10908764 or 10783577. OLE color: 10783577.

HSL color Cylindrical-coordinate representation of color #598BA4: hue angle of 200º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #598BA4 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 139 164 -
CMYK 0.46 0.15 0 0.36
HSL 200º 0.3% 0.5% -
HSV(B) 200º 0.46% 0.64% -
XYZ 20.05 23.27 38.56 -
YUV 126.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 89 139 164 0.46 0.15 0 0.36 200 0.3 0.5
Hex 59 8B A4 2E F 0 24 C8 1E 32
Octal 131 213 244 56 17 0 44 310 36 62
Binary 1011001 10001011 10100100 101110 1111 0 100100 11001000 11110 110010

Color Harmonies of #598BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598BA4

Black with #598BA4

Text Example


Text Example

White with #598BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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