Html Css Color HEX #578BA1 Air Force Blue

📋 copy color: '#578BA1'

red 87 ◦ green 139 ◦ blue 161

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

Shades of Air Force Blue #578BA1

Tints of Air Force Blue #578BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

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

R = 22.48%
G = 35.92%
B = 41.6%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#578BA1 (or 0x578BA1) is known color: Air Force Blue. HEX triplet: 57, 8B and A1. RGB value is (87,139,161). Sum of RGB (Red+Green+Blue) = 87+139+161=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #578BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578BA1 is #A8745E. Grayscale: #7D7D7D. Windows color (decimal): -11039839 or 10586967. OLE color: 10586967.

HSL color Cylindrical-coordinate representation of color #578BA1: hue angle of 197.84º 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 #578BA1 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 139 161 -
CMYK 0.46 0.14 0 0.37
HSL 197.84º 0.3% 0.49% -
HSV(B) 197.84º 0.46% 0.63% -
XYZ 19.6 23.06 37.14 -
YUV 125.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 87 139 161 0.46 0.14 0 0.37 197.84 0.3 0.49
Hex 57 8B A1 2E E 0 25 C6 1E 31
Octal 127 213 241 56 16 0 45 306 36 61
Binary 1010111 10001011 10100001 101110 1110 0 100101 11000110 11110 110001

Color Harmonies of #578BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578BA1

Black with #578BA1

Text Example


Text Example

White with #578BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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