#597D98

Color #597D98 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #597D98

Tints of Air Force Blue #597D98

Color information

#597D98 (or 0x597D98) is unknown color: approx Air Force Blue. HEX triplet: 59, 7D and 98. RGB value is (89,125,152). Sum of RGB (Red+Green+Blue) = 89+125+152=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #597D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D98 is #A68267. Grayscale: #757575. Windows color (decimal): -10912360 or 9993561. OLE color: 9993561.

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

Color convert

RGB89125152-
CMYK0.410.1800.40
HSL205.71º26.14%47.25%-
HSV(B)205.71º41.45%59.61%-
XYZ17.1219.0632.48-
YUV117.31147.57107.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=24.32%
G=34.15%
B=41.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891251520.410.1800.40205.7126.1447.25
Hex597D982912028ce1a2f
Octal13117523051220503163257
Binary10110011111101100110001010011001001010001100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #597D98;
 }
 .AnyTagClassName
 {
   color: #597D98;
 }
</style>
background-color css

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

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

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

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

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

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