Html Css Color HEX #598CA5 Air Force Blue

📋 copy color: '#598CA5'

red 89 ◦ green 140 ◦ blue 165

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

Shades of Air Force Blue #598CA5

Tints of Air Force Blue #598CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.88%

R = 22.59%
G = 35.53%
B = 41.88%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#598CA5 (or 0x598CA5) is known color: Air Force Blue. HEX triplet: 59, 8C and A5. RGB value is (89,140,165). Sum of RGB (Red+Green+Blue) = 89+140+165=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #598CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CA5 is #A6735A. Grayscale: #7F7F7F. Windows color (decimal): -10908507 or 10849369. OLE color: 10849369.

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

Color convert

RGB 89 140 165 -
CMYK 0.46 0.15 0 0.35
HSL 199.74º 0.3% 0.5% -
HSV(B) 199.74º 0.46% 0.65% -
XYZ 20.29 23.6 39.08 -
YUV 127.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 89 140 165 0.46 0.15 0 0.35 199.74 0.3 0.5
Hex 59 8C A5 2E F 0 23 C8 1E 32
Octal 131 214 245 56 17 0 43 310 36 62
Binary 1011001 10001100 10100101 101110 1111 0 100011 11001000 11110 110010

Color Harmonies of #598CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598CA5

Black with #598CA5

Text Example


Text Example

White with #598CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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