Html Css Color HEX #5D83AF Air Force Blue

📋 copy color: '#5D83AF'

red 93 ◦ green 131 ◦ blue 175

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

Shades of Air Force Blue #5D83AF

Tints of Air Force Blue #5D83AF

RGB

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

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

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

R = 23.31%
G = 32.83%
B = 43.86%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D83AF (or 0x5D83AF) is known color: Air Force Blue. HEX triplet: 5D, 83 and AF. RGB value is (93,131,175). Sum of RGB (Red+Green+Blue) = 93+131+175=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D83AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D83AF is #A27C50. Grayscale: #7C7C7C. Windows color (decimal): -10648657 or 11502429. OLE color: 11502429.

HSL color Cylindrical-coordinate representation of color #5D83AF: hue angle of 212.2º 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 #5D83AF is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 131 175 -
CMYK 0.47 0.25 0 0.31
HSL 212.2º 0.34% 0.53% -
HSV(B) 212.2º 0.47% 0.69% -
XYZ 20.37 21.65 43.66 -
YUV 124.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 93 131 175 0.47 0.25 0 0.31 212.2 0.34 0.53
Hex 5D 83 AF 2F 19 0 1F D4 22 35
Octal 135 203 257 57 31 0 37 324 42 65
Binary 1011101 10000011 10101111 101111 11001 0 11111 11010100 100010 110101

Color Harmonies of #5D83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D83AF

Black with #5D83AF

Text Example


Text Example

White with #5D83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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