#598CA3

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

Shades of Air Force Blue #598CA3

Tints of Air Force Blue #598CA3

Color information

#598CA3 (or 0x598CA3) is unknown color: approx Air Force Blue. HEX triplet: 59, 8C and A3. RGB value is (89,140,163). Sum of RGB (Red+Green+Blue) = 89+140+163=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #598CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CA3 is #A6735C. Grayscale: #7F7F7F. Windows color (decimal): -10908509 or 10718297. OLE color: 10718297.

HSL color Cylindrical-coordinate representation of color #598CA3: hue angle of 198.65º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #598CA3 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB89140163-
CMYK0.450.1400.36
HSL198.65º29.37%49.41%-
HSV(B)198.65º45.4%63.92%-
XYZ20.1123.5238.13-
YUV127.37148.1100.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=22.70%
G=35.71%
B=41.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891401630.450.1400.36198.6529.3749.41
Hex598CA32DE024c71d31
Octal13121424355160443073561
Binary10110011000110010100011101101111001001001100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598CA3; }

 p { color: rgb(89,140,163); }

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

<style>
 a { background-color: #598CA3; }

 a { background-color: rgb(89,140,163); }

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

<style>
 span { border-color: #598CA3; }

 span { border-color: rgb(89,140,163); }

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