Html Css Color HEX #578CA1 Air Force Blue

📋 copy color: '#578CA1'

red 87 ◦ green 140 ◦ blue 161

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

Shades of Air Force Blue #578CA1

Tints of Air Force Blue #578CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.49%

R = 22.42%
G = 36.08%
B = 41.49%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#578CA1 (or 0x578CA1) is known color: Air Force Blue. HEX triplet: 57, 8C and A1. RGB value is (87,140,161). Sum of RGB (Red+Green+Blue) = 87+140+161=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #578CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578CA1 is #A8735E. Grayscale: #7E7E7E. Windows color (decimal): -11039583 or 10587223. OLE color: 10587223.

HSL color Cylindrical-coordinate representation of color #578CA1: hue angle of 197.03º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #578CA1 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 140 161 -
CMYK 0.46 0.13 0 0.37
HSL 197.03º 0.3% 0.49% -
HSV(B) 197.03º 0.46% 0.63% -
XYZ 19.74 23.36 37.19 -
YUV 126.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 87 140 161 0.46 0.13 0 0.37 197.03 0.3 0.49
Hex 57 8C A1 2E D 0 25 C5 1E 31
Octal 127 214 241 56 15 0 45 305 36 61
Binary 1010111 10001100 10100001 101110 1101 0 100101 11000101 11110 110001

Color Harmonies of #578CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578CA1

Black with #578CA1

Text Example


Text Example

White with #578CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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