Html Css Color HEX #578BB0 Air Force Blue

📋 copy color: '#578BB0'

red 87 ◦ green 139 ◦ blue 176

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

Shades of Air Force Blue #578BB0

Tints of Air Force Blue #578BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 21.64%
G = 34.58%
B = 43.78%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#578BB0 (or 0x578BB0) is known color: Air Force Blue. HEX triplet: 57, 8B and B0. RGB value is (87,139,176). Sum of RGB (Red+Green+Blue) = 87+139+176=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #578BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578BB0 is #A8744F. Grayscale: #7F7F7F. Windows color (decimal): -11039824 or 11570007. OLE color: 11570007.

HSL color Cylindrical-coordinate representation of color #578BB0: hue angle of 204.94º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #578BB0 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 139 176 -
CMYK 0.51 0.21 0 0.31
HSL 204.94º 0.36% 0.52% -
HSV(B) 204.94º 0.51% 0.69% -
XYZ 21 23.63 44.53 -
YUV 127.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 87 139 176 0.51 0.21 0 0.31 204.94 0.36 0.52
Hex 57 8B B0 33 15 0 1F CD 24 34
Octal 127 213 260 63 25 0 37 315 44 64
Binary 1010111 10001011 10110000 110011 10101 0 11111 11001101 100100 110100

Color Harmonies of #578BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578BB0

Black with #578BB0

Text Example


Text Example

White with #578BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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