Html Css Color HEX #598099 Air Force Blue

📋 copy color: '#598099'

red 89 ◦ green 128 ◦ blue 153

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

Shades of Air Force Blue #598099

Tints of Air Force Blue #598099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 24.05%
G = 34.59%
B = 41.35%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#598099 (or 0x598099) is known color: Air Force Blue. HEX triplet: 59, 80 and 99. RGB value is (89,128,153). Sum of RGB (Red+Green+Blue) = 89+128+153=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #598099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598099 is #A67F66. Grayscale: #777777. Windows color (decimal): -10911591 or 10059865. OLE color: 10059865.

HSL color Cylindrical-coordinate representation of color #598099: hue angle of 203.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #598099 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 128 153 -
CMYK 0.42 0.16 0 0.4
HSL 203.44º 0.26% 0.47% -
HSV(B) 203.44º 0.42% 0.6% -
XYZ 17.59 19.86 33.04 -
YUV 119.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 89 128 153 0.42 0.16 0 0.4 203.44 0.26 0.47
Hex 59 80 99 2A 10 0 28 CB 1A 2F
Octal 131 200 231 52 20 0 50 313 32 57
Binary 1011001 10000000 10011001 101010 10000 0 101000 11001011 11010 101111

Color Harmonies of #598099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598099

Black with #598099

Text Example


Text Example

White with #598099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598099; }

 p { color: rgb(89,128,153); }

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

background-color css

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

 a { background-color: rgb(89,128,153); }

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

border-color css

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

 span { border-color: rgb(89,128,153); }

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