#58819B

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

Shades of Air Force Blue #58819B

Tints of Air Force Blue #58819B

Color information

#58819B (or 0x58819B) is unknown color: approx Air Force Blue. HEX triplet: 58, 81 and 9B. RGB value is (88,129,155). Sum of RGB (Red+Green+Blue) = 88+129+155=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #58819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58819B is #A77E64. Grayscale: #777777. Windows color (decimal): -10976869 or 10191192. OLE color: 10191192.

HSL color Cylindrical-coordinate representation of color #58819B: hue angle of 203.28º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58819B is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88129155-
CMYK0.430.1700.39
HSL203.28º27.57%47.65%-
HSV(B)203.28º43.23%60.78%-
XYZ17.7920.1433.96-
YUV119.7147.92105.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=23.66%
G=34.68%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881291550.430.1700.39203.2827.5747.65
Hex58819B2B11027cb1c30
Octal13020123353210473133460
Binary101100010000001100110111010111000101001111100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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