#58819A

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

Shades of Air Force Blue #58819A

Tints of Air Force Blue #58819A

Color information

#58819A (or 0x58819A) is unknown color: approx Air Force Blue. HEX triplet: 58, 81 and 9A. RGB value is (88,129,154). Sum of RGB (Red+Green+Blue) = 88+129+154=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #58819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58819A is #A77E65. Grayscale: #777777. Windows color (decimal): -10976870 or 10125656. OLE color: 10125656.

HSL color Cylindrical-coordinate representation of color #58819A: hue angle of 202.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58819A is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88129154-
CMYK0.430.1600.40
HSL202.73º27.27%47.45%-
HSV(B)202.73º42.86%60.39%-
XYZ17.7120.1133.52-
YUV119.59147.42105.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=23.72%
G=34.77%
B=41.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881291540.430.1600.40202.7327.2747.45
Hex58819A2B10028cb1b2f
Octal13020123253200503133357
Binary101100010000001100110101010111000001010001100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58819A; }

 p { color: rgb(88,129,154); }

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

<style>
 a { background-color: #58819A; }

 a { background-color: rgb(88,129,154); }

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

<style>
 span { border-color: #58819A; }

 span { border-color: rgb(88,129,154); }

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