Html Css Color HEX #5783AC Air Force Blue

📋 copy color: '#5783AC'

red 87 ◦ green 131 ◦ blue 172

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

Shades of Air Force Blue #5783AC

Tints of Air Force Blue #5783AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 22.31%
G = 33.59%
B = 44.1%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5783AC (or 0x5783AC) is known color: Air Force Blue. HEX triplet: 57, 83 and AC. RGB value is (87,131,172). Sum of RGB (Red+Green+Blue) = 87+131+172=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5783AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5783AC is #A87C53. Grayscale: #7A7A7A. Windows color (decimal): -11041876 or 11305815. OLE color: 11305815.

HSL color Cylindrical-coordinate representation of color #5783AC: hue angle of 208.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5783AC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 131 172 -
CMYK 0.49 0.24 0 0.33
HSL 208.94º 0.34% 0.51% -
HSV(B) 208.94º 0.49% 0.67% -
XYZ 19.49 21.24 42.1 -
YUV 122.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 87 131 172 0.49 0.24 0 0.33 208.94 0.34 0.51
Hex 57 83 AC 31 18 0 21 D1 22 33
Octal 127 203 254 61 30 0 41 321 42 63
Binary 1010111 10000011 10101100 110001 11000 0 100001 11010001 100010 110011

Color Harmonies of #5783AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783AC

Black with #5783AC

Text Example


Text Example

White with #5783AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5783AC; }

 p { color: rgb(87,131,172); }

 H1.HeaderClassName
 {
   color: #5783AC;
 }
 .AnyTagClassName
 {
   color: #5783AC;
 }
</style>

background-color css

<style>
 a { background-color: #5783AC; }

 a { background-color: rgb(87,131,172); }

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

border-color css

<style>
 span { border-color: #5783AC; }

 span { border-color: rgb(87,131,172); }

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