#58869C

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

Shades of Air Force Blue #58869C

Tints of Air Force Blue #58869C

Color information

#58869C (or 0x58869C) is unknown color: approx Air Force Blue. HEX triplet: 58, 86 and 9C. RGB value is (88,134,156). Sum of RGB (Red+Green+Blue) = 88+134+156=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #58869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58869C is #A77963. Grayscale: #7A7A7A. Windows color (decimal): -10975588 or 10258008. OLE color: 10258008.

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

Color convert

RGB88134156-
CMYK0.440.1400.39
HSL199.41º27.87%47.84%-
HSV(B)199.41º43.59%61.18%-
XYZ18.5521.5334.63-
YUV122.75146.76103.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=23.28%
G=35.45%
B=41.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881341560.440.1400.39199.4127.8747.84
Hex58869C2CE027c71c30
Octal13020623454160473073460
Binary10110001000011010011100101100111001001111100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58869C; }

 p { color: rgb(88,134,156); }

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

<style>
 a { background-color: #58869C; }

 a { background-color: rgb(88,134,156); }

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

<style>
 span { border-color: #58869C; }

 span { border-color: rgb(88,134,156); }

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