Html Css Color HEX #5690AF Air Force Blue

📋 copy color: '#5690AF'

red 86 ◦ green 144 ◦ blue 175

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

Shades of Air Force Blue #5690AF

Tints of Air Force Blue #5690AF

RGB

 RED value IS 86 (33.98% from 255) = 21.23%

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 21.23%
G = 35.56%
B = 43.21%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5690AF (or 0x5690AF) is known color: Air Force Blue. HEX triplet: 56, 90 and AF. RGB value is (86,144,175). Sum of RGB (Red+Green+Blue) = 86+144+175=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #5690AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5690AF is #A96F50. Grayscale: #828282. Windows color (decimal): -11104081 or 11505750. OLE color: 11505750.

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

Color convert

RGB 86 144 175 -
CMYK 0.51 0.18 0 0.31
HSL 200.9º 0.36% 0.51% -
HSV(B) 200.9º 0.51% 0.69% -
XYZ 21.55 25.02 44.25 -
YUV 130.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 86 144 175 0.51 0.18 0 0.31 200.9 0.36 0.51
Hex 56 90 AF 33 12 0 1F C9 24 33
Octal 126 220 257 63 22 0 37 311 44 63
Binary 1010110 10010000 10101111 110011 10010 0 11111 11001001 100100 110011

Color Harmonies of #5690AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690AF

Black with #5690AF

Text Example


Text Example

White with #5690AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5690AF; }

 p { color: rgb(86,144,175); }

 H1.HeaderClassName
 {
   color: #5690AF;
 }
 .AnyTagClassName
 {
   color: #5690AF;
 }
</style>

background-color css

<style>
 a { background-color: #5690AF; }

 a { background-color: rgb(86,144,175); }

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

border-color css

<style>
 span { border-color: #5690AF; }

 span { border-color: rgb(86,144,175); }

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