Html Css Color HEX #58849C Air Force Blue

📋 copy color: '#58849C'

red 88 ◦ green 132 ◦ blue 156

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

Shades of Air Force Blue #58849C

Tints of Air Force Blue #58849C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 23.4%
G = 35.11%
B = 41.49%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58849C (or 0x58849C) is known color: Air Force Blue. HEX triplet: 58, 84 and 9C. RGB value is (88,132,156). Sum of RGB (Red+Green+Blue) = 88+132+156=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #58849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58849C is #A77B63. Grayscale: #797979. Windows color (decimal): -10976100 or 10257496. OLE color: 10257496.

HSL color Cylindrical-coordinate representation of color #58849C: hue angle of 201.18º 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 #58849C is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 132 156 -
CMYK 0.44 0.15 0 0.39
HSL 201.18º 0.28% 0.48% -
HSV(B) 201.18º 0.44% 0.61% -
XYZ 18.28 20.98 34.54 -
YUV 121.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 88 132 156 0.44 0.15 0 0.39 201.18 0.28 0.48
Hex 58 84 9C 2C F 0 27 C9 1C 30
Octal 130 204 234 54 17 0 47 311 34 60
Binary 1011000 10000100 10011100 101100 1111 0 100111 11001001 11100 110000

Color Harmonies of #58849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58849C

Black with #58849C

Text Example


Text Example

White with #58849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58849C;
 }
 .AnyTagClassName
 {
   color: #58849C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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