Html Css Color HEX #597DAC Air Force Blue

📋 copy color: '#597DAC'

red 89 ◦ green 125 ◦ blue 172

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

Shades of Air Force Blue #597DAC

Tints of Air Force Blue #597DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 23.06%
G = 32.38%
B = 44.56%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#597DAC (or 0x597DAC) is known color: Air Force Blue. HEX triplet: 59, 7D and AC. RGB value is (89,125,172). Sum of RGB (Red+Green+Blue) = 89+125+172=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #597DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DAC is #A68253. Grayscale: #777777. Windows color (decimal): -10912340 or 11304281. OLE color: 11304281.

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

Color convert

RGB 89 125 172 -
CMYK 0.48 0.27 0 0.33
HSL 213.98º 0.33% 0.51% -
HSV(B) 213.98º 0.48% 0.67% -
XYZ 18.9 19.77 41.85 -
YUV 119.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 89 125 172 0.48 0.27 0 0.33 213.98 0.33 0.51
Hex 59 7D AC 30 1B 0 21 D6 21 33
Octal 131 175 254 60 33 0 41 326 41 63
Binary 1011001 1111101 10101100 110000 11011 0 100001 11010110 100001 110011

Color Harmonies of #597DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DAC

Black with #597DAC

Text Example


Text Example

White with #597DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,125,172); }

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

background-color css

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

 a { background-color: rgb(89,125,172); }

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

border-color css

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

 span { border-color: rgb(89,125,172); }

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