Html Css Color HEX #587DAC Air Force Blue

📋 copy color: '#587DAC'

red 88 ◦ green 125 ◦ blue 172

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

Shades of Air Force Blue #587DAC

Tints of Air Force Blue #587DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 22.86%
G = 32.47%
B = 44.68%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#587DAC (or 0x587DAC) is known color: Air Force Blue. HEX triplet: 58, 7D and AC. RGB value is (88,125,172). Sum of RGB (Red+Green+Blue) = 88+125+172=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #587DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587DAC is #A78253. Grayscale: #777777. Windows color (decimal): -10977876 or 11304280. OLE color: 11304280.

HSL color Cylindrical-coordinate representation of color #587DAC: hue angle of 213.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587DAC is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 125 172 -
CMYK 0.49 0.27 0 0.33
HSL 213.57º 0.34% 0.51% -
HSV(B) 213.57º 0.49% 0.67% -
XYZ 18.8 19.72 41.85 -
YUV 119.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 88 125 172 0.49 0.27 0 0.33 213.57 0.34 0.51
Hex 58 7D AC 31 1B 0 21 D6 22 33
Octal 130 175 254 61 33 0 41 326 42 63
Binary 1011000 1111101 10101100 110001 11011 0 100001 11010110 100010 110011

Color Harmonies of #587DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DAC

Black with #587DAC

Text Example


Text Example

White with #587DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,125,172); }

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

background-color css

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

 a { background-color: rgb(88,125,172); }

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

border-color css

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

 span { border-color: rgb(88,125,172); }

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