Html Css Color HEX #578AA4 Air Force Blue

📋 copy color: '#578AA4'

red 87 ◦ green 138 ◦ blue 164

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

Shades of Air Force Blue #578AA4

Tints of Air Force Blue #578AA4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 22.37%
G = 35.48%
B = 42.16%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#578AA4 (or 0x578AA4) is known color: Air Force Blue. HEX triplet: 57, 8A and A4. RGB value is (87,138,164). Sum of RGB (Red+Green+Blue) = 87+138+164=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #578AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578AA4 is #A8755B. Grayscale: #7D7D7D. Windows color (decimal): -11040092 or 10783319. OLE color: 10783319.

HSL color Cylindrical-coordinate representation of color #578AA4: hue angle of 200.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #578AA4 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 138 164 -
CMYK 0.47 0.16 0 0.36
HSL 200.26º 0.31% 0.49% -
HSV(B) 200.26º 0.47% 0.64% -
XYZ 19.72 22.88 38.5 -
YUV 125.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 87 138 164 0.47 0.16 0 0.36 200.26 0.31 0.49
Hex 57 8A A4 2F 10 0 24 C8 1F 31
Octal 127 212 244 57 20 0 44 310 37 61
Binary 1010111 10001010 10100100 101111 10000 0 100100 11001000 11111 110001

Color Harmonies of #578AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578AA4

Black with #578AA4

Text Example


Text Example

White with #578AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,138,164); }

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

background-color css

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

 a { background-color: rgb(87,138,164); }

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

border-color css

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

 span { border-color: rgb(87,138,164); }

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