Html Css Color HEX #597C99 Air Force Blue

📋 copy color: '#597C99'

red 89 ◦ green 124 ◦ blue 153

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

Shades of Air Force Blue #597C99

Tints of Air Force Blue #597C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 24.32%
G = 33.88%
B = 41.8%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#597C99 (or 0x597C99) is known color: Air Force Blue. HEX triplet: 59, 7C and 99. RGB value is (89,124,153). Sum of RGB (Red+Green+Blue) = 89+124+153=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #597C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C99 is #A68366. Grayscale: #747474. Windows color (decimal): -10912615 or 10058841. OLE color: 10058841.

HSL color Cylindrical-coordinate representation of color #597C99: hue angle of 207.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #597C99 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 124 153 -
CMYK 0.42 0.19 0 0.4
HSL 207.19º 0.26% 0.47% -
HSV(B) 207.19º 0.42% 0.6% -
XYZ 17.08 18.84 32.87 -
YUV 116.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 89 124 153 0.42 0.19 0 0.4 207.19 0.26 0.47
Hex 59 7C 99 2A 13 0 28 CF 1A 2F
Octal 131 174 231 52 23 0 50 317 32 57
Binary 1011001 1111100 10011001 101010 10011 0 101000 11001111 11010 101111

Color Harmonies of #597C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597C99

Black with #597C99

Text Example


Text Example

White with #597C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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