Html Css Color HEX #578CAF Air Force Blue

📋 copy color: '#578CAF'

red 87 ◦ green 140 ◦ blue 175

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

Shades of Air Force Blue #578CAF

Tints of Air Force Blue #578CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 21.64%
G = 34.83%
B = 43.53%

CMYK

 C value IS 0.50

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#578CAF (or 0x578CAF) is known color: Air Force Blue. HEX triplet: 57, 8C and AF. RGB value is (87,140,175). Sum of RGB (Red+Green+Blue) = 87+140+175=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #578CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578CAF is #A87350. Grayscale: #7F7F7F. Windows color (decimal): -11039569 or 11504727. OLE color: 11504727.

HSL color Cylindrical-coordinate representation of color #578CAF: hue angle of 203.86º 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 #578CAF is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 140 175 -
CMYK 0.50 0.2 0 0.31
HSL 203.86º 0.35% 0.51% -
HSV(B) 203.86º 0.5% 0.69% -
XYZ 21.05 23.88 44.06 -
YUV 128.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 87 140 175 0.50 0.2 0 0.31 203.86 0.35 0.51
Hex 57 8C AF 32 14 0 1F CC 23 33
Octal 127 214 257 62 24 0 37 314 43 63
Binary 1010111 10001100 10101111 110010 10100 0 11111 11001100 100011 110011

Color Harmonies of #578CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578CAF

Black with #578CAF

Text Example


Text Example

White with #578CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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