Html Css Color HEX #58839B Air Force Blue

📋 copy color: '#58839B'

red 88 ◦ green 131 ◦ blue 155

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

Shades of Air Force Blue #58839B

Tints of Air Force Blue #58839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 23.53%
G = 35.03%
B = 41.44%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58839B (or 0x58839B) is known color: Air Force Blue. HEX triplet: 58, 83 and 9B. RGB value is (88,131,155). Sum of RGB (Red+Green+Blue) = 88+131+155=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #58839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58839B is #A77C64. Grayscale: #787878. Windows color (decimal): -10976357 or 10191704. OLE color: 10191704.

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

Color convert

RGB 88 131 155 -
CMYK 0.43 0.15 0 0.39
HSL 201.49º 0.28% 0.48% -
HSV(B) 201.49º 0.43% 0.61% -
XYZ 18.06 20.67 34.05 -
YUV 120.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 88 131 155 0.43 0.15 0 0.39 201.49 0.28 0.48
Hex 58 83 9B 2B F 0 27 C9 1C 30
Octal 130 203 233 53 17 0 47 311 34 60
Binary 1011000 10000011 10011011 101011 1111 0 100111 11001001 11100 110000

Color Harmonies of #58839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58839B

Black with #58839B

Text Example


Text Example

White with #58839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58839B; }

 p { color: rgb(88,131,155); }

 H1.HeaderClassName
 {
   color: #58839B;
 }
 .AnyTagClassName
 {
   color: #58839B;
 }
</style>

background-color css

<style>
 a { background-color: #58839B; }

 a { background-color: rgb(88,131,155); }

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

border-color css

<style>
 span { border-color: #58839B; }

 span { border-color: rgb(88,131,155); }

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