Html Css Color HEX #597FA5 Air Force Blue

📋 copy color: '#597FA5'

red 89 ◦ green 127 ◦ blue 165

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

Shades of Air Force Blue #597FA5

Tints of Air Force Blue #597FA5

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 23.36%
G = 33.33%
B = 43.31%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#597FA5 (or 0x597FA5) is known color: Air Force Blue. HEX triplet: 59, 7F and A5. RGB value is (89,127,165). Sum of RGB (Red+Green+Blue) = 89+127+165=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 165 - color contains mainly: blue. Hex color #597FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FA5 is #A6805A. Grayscale: #777777. Windows color (decimal): -10911835 or 10846041. OLE color: 10846041.

HSL color Cylindrical-coordinate representation of color #597FA5: hue angle of 210º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #597FA5 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 127 165 -
CMYK 0.46 0.23 0 0.35
HSL 210º 0.3% 0.5% -
HSV(B) 210º 0.46% 0.65% -
XYZ 18.5 20.02 38.49 -
YUV 119.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 89 127 165 0.46 0.23 0 0.35 210 0.3 0.5
Hex 59 7F A5 2E 17 0 23 D2 1E 32
Octal 131 177 245 56 27 0 43 322 36 62
Binary 1011001 1111111 10100101 101110 10111 0 100011 11010010 11110 110010

Color Harmonies of #597FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FA5

Black with #597FA5

Text Example


Text Example

White with #597FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,127,165); }

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

background-color css

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

 a { background-color: rgb(89,127,165); }

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

border-color css

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

 span { border-color: rgb(89,127,165); }

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