Html Css Color HEX #578FAF Air Force Blue

📋 copy color: '#578FAF'

red 87 ◦ green 143 ◦ blue 175

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

Shades of Air Force Blue #578FAF

Tints of Air Force Blue #578FAF

RGB

 RED value IS 87 (34.38% from 255) = 21.48%

 GREEN value IS 143 (56.25% from 255) = 35.31%

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 21.48%
G = 35.31%
B = 43.21%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#578FAF (or 0x578FAF) is known color: Air Force Blue. HEX triplet: 57, 8F and AF. RGB value is (87,143,175). Sum of RGB (Red+Green+Blue) = 87+143+175=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #578FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578FAF is #A87050. Grayscale: #818181. Windows color (decimal): -11038801 or 11505495. OLE color: 11505495.

HSL color Cylindrical-coordinate representation of color #578FAF: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #578FAF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 143 175 -
CMYK 0.50 0.18 0 0.31
HSL 201.82º 0.35% 0.51% -
HSV(B) 201.82º 0.5% 0.69% -
XYZ 21.49 24.77 44.21 -
YUV 129.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 87 143 175 0.50 0.18 0 0.31 201.82 0.35 0.51
Hex 57 8F AF 32 12 0 1F CA 23 33
Octal 127 217 257 62 22 0 37 312 43 63
Binary 1010111 10001111 10101111 110010 10010 0 11111 11001010 100011 110011

Color Harmonies of #578FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578FAF

Black with #578FAF

Text Example


Text Example

White with #578FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578FAF; }

 p { color: rgb(87,143,175); }

 H1.HeaderClassName
 {
   color: #578FAF;
 }
 .AnyTagClassName
 {
   color: #578FAF;
 }
</style>

background-color css

<style>
 a { background-color: #578FAF; }

 a { background-color: rgb(87,143,175); }

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

border-color css

<style>
 span { border-color: #578FAF; }

 span { border-color: rgb(87,143,175); }

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