Html Css Color HEX #597CA0 Air Force Blue

📋 copy color: '#597CA0'

red 89 ◦ green 124 ◦ blue 160

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

Shades of Air Force Blue #597CA0

Tints of Air Force Blue #597CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 23.86%
G = 33.24%
B = 42.9%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#597CA0 (or 0x597CA0) is known color: Air Force Blue. HEX triplet: 59, 7C and A0. RGB value is (89,124,160). Sum of RGB (Red+Green+Blue) = 89+124+160=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #597CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597CA0 is #A6835F. Grayscale: #757575. Windows color (decimal): -10912608 or 10517593. OLE color: 10517593.

HSL color Cylindrical-coordinate representation of color #597CA0: hue angle of 210.42º 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 #597CA0 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 124 160 -
CMYK 0.44 0.22 0 0.37
HSL 210.42º 0.29% 0.49% -
HSV(B) 210.42º 0.44% 0.63% -
XYZ 17.67 19.08 36.01 -
YUV 117.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 89 124 160 0.44 0.22 0 0.37 210.42 0.29 0.49
Hex 59 7C A0 2C 16 0 25 D2 1D 31
Octal 131 174 240 54 26 0 45 322 35 61
Binary 1011001 1111100 10100000 101100 10110 0 100101 11010010 11101 110001

Color Harmonies of #597CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597CA0

Black with #597CA0

Text Example


Text Example

White with #597CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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