Html Css Color HEX #5983AF Air Force Blue

📋 copy color: '#5983AF'

red 89 ◦ green 131 ◦ blue 175

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

Shades of Air Force Blue #5983AF

Tints of Air Force Blue #5983AF

RGB

 RED value IS 89 (35.16% from 255) = 22.53%

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

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

R = 22.53%
G = 33.16%
B = 44.3%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5983AF (or 0x5983AF) is known color: Air Force Blue. HEX triplet: 59, 83 and AF. RGB value is (89,131,175). Sum of RGB (Red+Green+Blue) = 89+131+175=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5983AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5983AF is #A67C50. Grayscale: #7B7B7B. Windows color (decimal): -10910801 or 11502425. OLE color: 11502425.

HSL color Cylindrical-coordinate representation of color #5983AF: hue angle of 210.7º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5983AF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 131 175 -
CMYK 0.49 0.25 0 0.31
HSL 210.7º 0.35% 0.52% -
HSV(B) 210.7º 0.49% 0.69% -
XYZ 19.97 21.45 43.65 -
YUV 123.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 89 131 175 0.49 0.25 0 0.31 210.7 0.35 0.52
Hex 59 83 AF 31 19 0 1F D3 23 34
Octal 131 203 257 61 31 0 37 323 43 64
Binary 1011001 10000011 10101111 110001 11001 0 11111 11010011 100011 110100

Color Harmonies of #5983AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5983AF

Black with #5983AF

Text Example


Text Example

White with #5983AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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