Html Css Color HEX #587F9D Air Force Blue

📋 copy color: '#587F9D'

red 88 ◦ green 127 ◦ blue 157

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

Shades of Air Force Blue #587F9D

Tints of Air Force Blue #587F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.14%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 23.66%
G = 34.14%
B = 42.2%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#587F9D (or 0x587F9D) is known color: Air Force Blue. HEX triplet: 58, 7F and 9D. RGB value is (88,127,157). Sum of RGB (Red+Green+Blue) = 88+127+157=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #587F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F9D is #A78062. Grayscale: #767676. Windows color (decimal): -10977379 or 10321752. OLE color: 10321752.

HSL color Cylindrical-coordinate representation of color #587F9D: hue angle of 206.09º 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 #587F9D is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 127 157 -
CMYK 0.44 0.19 0 0.38
HSL 206.09º 0.28% 0.48% -
HSV(B) 206.09º 0.44% 0.62% -
XYZ 17.7 19.69 34.77 -
YUV 118.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 88 127 157 0.44 0.19 0 0.38 206.09 0.28 0.48
Hex 58 7F 9D 2C 13 0 26 CE 1C 30
Octal 130 177 235 54 23 0 46 316 34 60
Binary 1011000 1111111 10011101 101100 10011 0 100110 11001110 11100 110000

Color Harmonies of #587F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587F9D

Black with #587F9D

Text Example


Text Example

White with #587F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587F9D; }

 p { color: rgb(88,127,157); }

 H1.HeaderClassName
 {
   color: #587F9D;
 }
 .AnyTagClassName
 {
   color: #587F9D;
 }
</style>

background-color css

<style>
 a { background-color: #587F9D; }

 a { background-color: rgb(88,127,157); }

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

border-color css

<style>
 span { border-color: #587F9D; }

 span { border-color: rgb(88,127,157); }

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