Html Css Color HEX #5788AC Air Force Blue

📋 copy color: '#5788AC'

red 87 ◦ green 136 ◦ blue 172

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

Shades of Air Force Blue #5788AC

Tints of Air Force Blue #5788AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 22.03%
G = 34.43%
B = 43.54%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5788AC (or 0x5788AC) is known color: Air Force Blue. HEX triplet: 57, 88 and AC. RGB value is (87,136,172). Sum of RGB (Red+Green+Blue) = 87+136+172=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #5788AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5788AC is #A87753. Grayscale: #7D7D7D. Windows color (decimal): -11040596 or 11307095. OLE color: 11307095.

HSL color Cylindrical-coordinate representation of color #5788AC: hue angle of 205.41º 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 #5788AC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 136 172 -
CMYK 0.49 0.21 0 0.33
HSL 205.41º 0.34% 0.51% -
HSV(B) 205.41º 0.49% 0.67% -
XYZ 20.18 22.61 42.33 -
YUV 125.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 87 136 172 0.49 0.21 0 0.33 205.41 0.34 0.51
Hex 57 88 AC 31 15 0 21 CD 22 33
Octal 127 210 254 61 25 0 41 315 42 63
Binary 1010111 10001000 10101100 110001 10101 0 100001 11001101 100010 110011

Color Harmonies of #5788AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5788AC

Black with #5788AC

Text Example


Text Example

White with #5788AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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