Html Css Color HEX #5D81AF Air Force Blue

📋 copy color: '#5D81AF'

red 93 ◦ green 129 ◦ blue 175

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

Shades of Air Force Blue #5D81AF

Tints of Air Force Blue #5D81AF

RGB

 RED value IS 93 (36.72% from 255) = 23.43%

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 23.43%
G = 32.49%
B = 44.08%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D81AF (or 0x5D81AF) is known color: Air Force Blue. HEX triplet: 5D, 81 and AF. RGB value is (93,129,175). Sum of RGB (Red+Green+Blue) = 93+129+175=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D81AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D81AF is #A27E50. Grayscale: #7B7B7B. Windows color (decimal): -10649169 or 11501917. OLE color: 11501917.

HSL color Cylindrical-coordinate representation of color #5D81AF: hue angle of 213.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D81AF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 129 175 -
CMYK 0.47 0.26 0 0.31
HSL 213.66º 0.34% 0.53% -
HSV(B) 213.66º 0.47% 0.69% -
XYZ 20.1 21.12 43.58 -
YUV 123.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 93 129 175 0.47 0.26 0 0.31 213.66 0.34 0.53
Hex 5D 81 AF 2F 1A 0 1F D6 22 35
Octal 135 201 257 57 32 0 37 326 42 65
Binary 1011101 10000001 10101111 101111 11010 0 11111 11010110 100010 110101

Color Harmonies of #5D81AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D81AF

Black with #5D81AF

Text Example


Text Example

White with #5D81AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D81AF; }

 p { color: rgb(93,129,175); }

 H1.HeaderClassName
 {
   color: #5D81AF;
 }
 .AnyTagClassName
 {
   color: #5D81AF;
 }
</style>

background-color css

<style>
 a { background-color: #5D81AF; }

 a { background-color: rgb(93,129,175); }

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

border-color css

<style>
 span { border-color: #5D81AF; }

 span { border-color: rgb(93,129,175); }

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