Html Css Color HEX #58829A Air Force Blue

📋 copy color: '#58829A'

red 88 ◦ green 130 ◦ blue 154

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

Shades of Air Force Blue #58829A

Tints of Air Force Blue #58829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 23.66%
G = 34.95%
B = 41.4%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58829A (or 0x58829A) is known color: Air Force Blue. HEX triplet: 58, 82 and 9A. RGB value is (88,130,154). Sum of RGB (Red+Green+Blue) = 88+130+154=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #58829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58829A is #A77D65. Grayscale: #787878. Windows color (decimal): -10976614 or 10125912. OLE color: 10125912.

HSL color Cylindrical-coordinate representation of color #58829A: hue angle of 201.82º 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 #58829A is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 130 154 -
CMYK 0.43 0.16 0 0.40
HSL 201.82º 0.27% 0.47% -
HSV(B) 201.82º 0.43% 0.6% -
XYZ 17.84 20.37 33.56 -
YUV 120.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 88 130 154 0.43 0.16 0 0.40 201.82 0.27 0.47
Hex 58 82 9A 2B 10 0 28 CA 1B 2F
Octal 130 202 232 53 20 0 50 312 33 57
Binary 1011000 10000010 10011010 101011 10000 0 101000 11001010 11011 101111

Color Harmonies of #58829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58829A

Black with #58829A

Text Example


Text Example

White with #58829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58829A;
 }
 .AnyTagClassName
 {
   color: #58829A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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