Html Css Color HEX #58859E Air Force Blue

📋 copy color: '#58859E'

red 88 ◦ green 133 ◦ blue 158

#58859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #58859E

Tints of Air Force Blue #58859E

RGB

 RED value IS 88 (34.77% from 255) = 23.22%

 GREEN value IS 133 (52.34% from 255) = 35.09%

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 23.22%
G = 35.09%
B = 41.69%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58859E (or 0x58859E) is known color: Air Force Blue. HEX triplet: 58, 85 and 9E. RGB value is (88,133,158). Sum of RGB (Red+Green+Blue) = 88+133+158=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #58859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859E is #A77A61. Grayscale: #7A7A7A. Windows color (decimal): -10975842 or 10388824. OLE color: 10388824.

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

Color convert

RGB 88 133 158 -
CMYK 0.44 0.16 0 0.38
HSL 201.43º 0.28% 0.48% -
HSV(B) 201.43º 0.44% 0.62% -
XYZ 18.58 21.32 35.48 -
YUV 122.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 88 133 158 0.44 0.16 0 0.38 201.43 0.28 0.48
Hex 58 85 9E 2C 10 0 26 C9 1C 30
Octal 130 205 236 54 20 0 46 311 34 60
Binary 1011000 10000101 10011110 101100 10000 0 100110 11001001 11100 110000

Color Harmonies of #58859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58859E

Black with #58859E

Text Example


Text Example

White with #58859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58859E;
 }
 .AnyTagClassName
 {
   color: #58859E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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