Html Css Color HEX #5D7EAD Air Force Blue

📋 copy color: '#5D7EAD'

red 93 ◦ green 126 ◦ blue 173

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

Shades of Air Force Blue #5D7EAD

Tints of Air Force Blue #5D7EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 23.72%
G = 32.14%
B = 44.13%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D7EAD (or 0x5D7EAD) is known color: Air Force Blue. HEX triplet: 5D, 7E and AD. RGB value is (93,126,173). Sum of RGB (Red+Green+Blue) = 93+126+173=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D7EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7EAD is #A28152. Grayscale: #797979. Windows color (decimal): -10649939 or 11370077. OLE color: 11370077.

HSL color Cylindrical-coordinate representation of color #5D7EAD: hue angle of 215.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7EAD is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 126 173 -
CMYK 0.46 0.27 0 0.32
HSL 215.25º 0.33% 0.52% -
HSV(B) 215.25º 0.46% 0.68% -
XYZ 19.52 20.27 42.42 -
YUV 121.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 93 126 173 0.46 0.27 0 0.32 215.25 0.33 0.52
Hex 5D 7E AD 2E 1B 0 20 D7 21 34
Octal 135 176 255 56 33 0 40 327 41 64
Binary 1011101 1111110 10101101 101110 11011 0 100000 11010111 100001 110100

Color Harmonies of #5D7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7EAD

Black with #5D7EAD

Text Example


Text Example

White with #5D7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,126,173); }

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

background-color css

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

 a { background-color: rgb(93,126,173); }

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

border-color css

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

 span { border-color: rgb(93,126,173); }

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