#598CAB

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

Shades of Air Force Blue #598CAB

Tints of Air Force Blue #598CAB

Color information

#598CAB (or 0x598CAB) is unknown color: approx Air Force Blue. HEX triplet: 59, 8C and AB. RGB value is (89,140,171). Sum of RGB (Red+Green+Blue) = 89+140+171=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #598CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CAB is #A67354. Grayscale: #808080. Windows color (decimal): -10908501 or 11242585. OLE color: 11242585.

HSL color Cylindrical-coordinate representation of color #598CAB: hue angle of 202.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #598CAB is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89140171-
CMYK0.480.1800.33
HSL202.68º32.8%50.98%-
HSV(B)202.68º47.95%67.06%-
XYZ20.8523.8242.03-
YUV128.28152.199.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=22.25%
G=35%
B=42.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891401710.480.1800.33202.6832.850.98
Hex598CAB3012021cb2133
Octal13121425360220413134163
Binary1011001100011001010101111000010010010000111001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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