Html Css Color HEX #5B82AC Air Force Blue

📋 copy color: '#5B82AC'

red 91 ◦ green 130 ◦ blue 172

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

Shades of Air Force Blue #5B82AC

Tints of Air Force Blue #5B82AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 23.16%
G = 33.08%
B = 43.77%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B82AC (or 0x5B82AC) is known color: Air Force Blue. HEX triplet: 5B, 82 and AC. RGB value is (91,130,172). Sum of RGB (Red+Green+Blue) = 91+130+172=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B82AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B82AC is #A47D53. Grayscale: #7A7A7A. Windows color (decimal): -10779988 or 11305563. OLE color: 11305563.

HSL color Cylindrical-coordinate representation of color #5B82AC: hue angle of 211.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B82AC is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 130 172 -
CMYK 0.47 0.24 0 0.33
HSL 211.11º 0.33% 0.52% -
HSV(B) 211.11º 0.47% 0.67% -
XYZ 19.74 21.17 42.07 -
YUV 123.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 91 130 172 0.47 0.24 0 0.33 211.11 0.33 0.52
Hex 5B 82 AC 2F 18 0 21 D3 21 34
Octal 133 202 254 57 30 0 41 323 41 64
Binary 1011011 10000010 10101100 101111 11000 0 100001 11010011 100001 110100

Color Harmonies of #5B82AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B82AC

Black with #5B82AC

Text Example


Text Example

White with #5B82AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,130,172); }

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

background-color css

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

 a { background-color: rgb(91,130,172); }

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

border-color css

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

 span { border-color: rgb(91,130,172); }

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