Html Css Color HEX #597BA0 Air Force Blue

📋 copy color: '#597BA0'

red 89 ◦ green 123 ◦ blue 160

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

Shades of Air Force Blue #597BA0

Tints of Air Force Blue #597BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 23.92%
G = 33.06%
B = 43.01%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#597BA0 (or 0x597BA0) is known color: Air Force Blue. HEX triplet: 59, 7B and A0. RGB value is (89,123,160). Sum of RGB (Red+Green+Blue) = 89+123+160=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #597BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BA0 is #A6845F. Grayscale: #747474. Windows color (decimal): -10912864 or 10517337. OLE color: 10517337.

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

Color convert

RGB 89 123 160 -
CMYK 0.44 0.23 0 0.37
HSL 211.27º 0.29% 0.49% -
HSV(B) 211.27º 0.44% 0.63% -
XYZ 17.55 18.83 35.97 -
YUV 117.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 89 123 160 0.44 0.23 0 0.37 211.27 0.29 0.49
Hex 59 7B A0 2C 17 0 25 D3 1D 31
Octal 131 173 240 54 27 0 45 323 35 61
Binary 1011001 1111011 10100000 101100 10111 0 100101 11010011 11101 110001

Color Harmonies of #597BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597BA0

Black with #597BA0

Text Example


Text Example

White with #597BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,123,160); }

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

background-color css

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

 a { background-color: rgb(89,123,160); }

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

border-color css

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

 span { border-color: rgb(89,123,160); }

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