Html Css Color HEX #597FAA Air Force Blue

📋 copy color: '#597FAA'

red 89 ◦ green 127 ◦ blue 170

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

Shades of Air Force Blue #597FAA

Tints of Air Force Blue #597FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 23.06%
G = 32.9%
B = 44.04%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#597FAA (or 0x597FAA) is known color: Air Force Blue. HEX triplet: 59, 7F and AA. RGB value is (89,127,170). Sum of RGB (Red+Green+Blue) = 89+127+170=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #597FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FAA is #A68055. Grayscale: #787878. Windows color (decimal): -10911830 or 11173721. OLE color: 11173721.

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

Color convert

RGB 89 127 170 -
CMYK 0.48 0.25 0 0.33
HSL 211.85º 0.32% 0.51% -
HSV(B) 211.85º 0.48% 0.67% -
XYZ 18.96 20.2 40.93 -
YUV 120.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 89 127 170 0.48 0.25 0 0.33 211.85 0.32 0.51
Hex 59 7F AA 30 19 0 21 D4 20 33
Octal 131 177 252 60 31 0 41 324 40 63
Binary 1011001 1111111 10101010 110000 11001 0 100001 11010100 100000 110011

Color Harmonies of #597FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FAA

Black with #597FAA

Text Example


Text Example

White with #597FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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