Html Css Color HEX #58859F Air Force Blue

📋 copy color: '#58859F'

red 88 ◦ green 133 ◦ blue 159

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

Shades of Air Force Blue #58859F

Tints of Air Force Blue #58859F

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 value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58859F (or 0x58859F) is known color: 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

RGB 88 133 159 -
CMYK 0.45 0.16 0 0.38
HSL 201.97º 0.29% 0.48% -
HSV(B) 201.97º 0.45% 0.62% -
XYZ 18.67 21.35 35.94 -
YUV 122.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 88 133 159 0.45 0.16 0 0.38 201.97 0.29 0.48
Hex 58 85 9F 2D 10 0 26 CA 1D 30
Octal 130 205 237 55 20 0 46 312 35 60
Binary 1011000 10000101 10011111 101101 10000 0 100110 11001010 11101 110000

Color Harmonies of #58859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58859F

Black with #58859F

Text Example


Text Example

White with #58859F

Text Example


Text Example

HTML Codes & Css Web 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>