#58859F

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

Shades of Air Force Blue #58859F

Tints of Air Force Blue #58859F

Color information

#58859F (or 0x58859F) is unknown color: approx Air Force Blue. HEX triplet: 58, 85 and 9F. RGB value is (88,133,159). Sum of RGB (Red+Green+Blue) = 88+133+159=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #58859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859F is #A77A60. Grayscale: #7A7A7A. Windows color (decimal): -10975841 or 10454360. OLE color: 10454360.

HSL color Cylindrical-coordinate representation of color #58859F: hue angle of 201.97º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58859F is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88133159-
CMYK0.450.1600.38
HSL201.97º28.74%48.43%-
HSV(B)201.97º44.65%62.35%-
XYZ18.6721.3535.94-
YUV122.51148.59103.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=23.16%
G=35%
B=41.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881331590.450.1600.38201.9728.7448.43
Hex58859F2D10026ca1d30
Octal13020523755200463123560
Binary101100010000101100111111011011000001001101100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58859F; }

 p { color: rgb(88,133,159); }

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

<style>
 a { background-color: #58859F; }

 a { background-color: rgb(88,133,159); }

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

<style>
 span { border-color: #58859F; }

 span { border-color: rgb(88,133,159); }

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