Html Css Color HEX #5B83A6 Air Force Blue

📋 copy color: '#5B83A6'

red 91 ◦ green 131 ◦ blue 166

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

Shades of Air Force Blue #5B83A6

Tints of Air Force Blue #5B83A6

RGB

 RED value IS 91 (35.94% from 255) = 23.45%

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

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 23.45%
G = 33.76%
B = 42.78%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B83A6 (or 0x5B83A6) is known color: Air Force Blue. HEX triplet: 5B, 83 and A6. RGB value is (91,131,166). Sum of RGB (Red+Green+Blue) = 91+131+166=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B83A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B83A6 is #A47C59. Grayscale: #7A7A7A. Windows color (decimal): -10779738 or 10912603. OLE color: 10912603.

HSL color Cylindrical-coordinate representation of color #5B83A6: hue angle of 208º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B83A6 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 131 166 -
CMYK 0.45 0.21 0 0.35
HSL 208º 0.3% 0.5% -
HSV(B) 208º 0.45% 0.65% -
XYZ 19.31 21.21 39.15 -
YUV 123.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 91 131 166 0.45 0.21 0 0.35 208 0.3 0.5
Hex 5B 83 A6 2D 15 0 23 D0 1E 32
Octal 133 203 246 55 25 0 43 320 36 62
Binary 1011011 10000011 10100110 101101 10101 0 100011 11010000 11110 110010

Color Harmonies of #5B83A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B83A6

Black with #5B83A6

Text Example


Text Example

White with #5B83A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,131,166); }

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

background-color css

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

 a { background-color: rgb(91,131,166); }

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

border-color css

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

 span { border-color: rgb(91,131,166); }

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