Html Css Color HEX #597DAB Air Force Blue

📋 copy color: '#597DAB'

red 89 ◦ green 125 ◦ blue 171

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

Shades of Air Force Blue #597DAB

Tints of Air Force Blue #597DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 23.12%
G = 32.47%
B = 44.42%

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

#597DAB (or 0x597DAB) is known color: Air Force Blue. HEX triplet: 59, 7D and AB. RGB value is (89,125,171). Sum of RGB (Red+Green+Blue) = 89+125+171=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #597DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DAB is #A68254. Grayscale: #777777. Windows color (decimal): -10912341 or 11238745. OLE color: 11238745.

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

Color convert

RGB 89 125 171 -
CMYK 0.48 0.27 0 0.33
HSL 213.66º 0.33% 0.51% -
HSV(B) 213.66º 0.48% 0.67% -
XYZ 18.8 19.73 41.35 -
YUV 119.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 89 125 171 0.48 0.27 0 0.33 213.66 0.33 0.51
Hex 59 7D AB 30 1B 0 21 D6 21 33
Octal 131 175 253 60 33 0 41 326 41 63
Binary 1011001 1111101 10101011 110000 11011 0 100001 11010110 100001 110011

Color Harmonies of #597DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DAB

Black with #597DAB

Text Example


Text Example

White with #597DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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