Html Css Color HEX #597DA1 Air Force Blue

📋 copy color: '#597DA1'

red 89 ◦ green 125 ◦ blue 161

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

Shades of Air Force Blue #597DA1

Tints of Air Force Blue #597DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 23.73%
G = 33.33%
B = 42.93%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#597DA1 (or 0x597DA1) is known color: Air Force Blue. HEX triplet: 59, 7D and A1. RGB value is (89,125,161). Sum of RGB (Red+Green+Blue) = 89+125+161=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #597DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DA1 is #A6825E. Grayscale: #767676. Windows color (decimal): -10912351 or 10583385. OLE color: 10583385.

HSL color Cylindrical-coordinate representation of color #597DA1: hue angle of 210º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #597DA1 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 125 161 -
CMYK 0.45 0.22 0 0.37
HSL 210º 0.29% 0.49% -
HSV(B) 210º 0.45% 0.63% -
XYZ 17.89 19.36 36.51 -
YUV 118.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 89 125 161 0.45 0.22 0 0.37 210 0.29 0.49
Hex 59 7D A1 2D 16 0 25 D2 1D 31
Octal 131 175 241 55 26 0 45 322 35 61
Binary 1011001 1111101 10100001 101101 10110 0 100101 11010010 11101 110001

Color Harmonies of #597DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DA1

Black with #597DA1

Text Example


Text Example

White with #597DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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