Html Css Color HEX #5B8EAC Air Force Blue

📋 copy color: '#5B8EAC'

red 91 ◦ green 142 ◦ blue 172

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

Shades of Air Force Blue #5B8EAC

Tints of Air Force Blue #5B8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

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

R = 22.47%
G = 35.06%
B = 42.47%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B8EAC (or 0x5B8EAC) is known color: Air Force Blue. HEX triplet: 5B, 8E and AC. RGB value is (91,142,172). Sum of RGB (Red+Green+Blue) = 91+142+172=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8EAC is #A47153. Grayscale: #828282. Windows color (decimal): -10776916 or 11308635. OLE color: 11308635.

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

Color convert

RGB 91 142 172 -
CMYK 0.47 0.17 0 0.33
HSL 202.22º 0.33% 0.52% -
HSV(B) 202.22º 0.47% 0.67% -
XYZ 21.43 24.55 42.64 -
YUV 130.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 91 142 172 0.47 0.17 0 0.33 202.22 0.33 0.52
Hex 5B 8E AC 2F 11 0 21 CA 21 34
Octal 133 216 254 57 21 0 41 312 41 64
Binary 1011011 10001110 10101100 101111 10001 0 100001 11001010 100001 110100

Color Harmonies of #5B8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8EAC

Black with #5B8EAC

Text Example


Text Example

White with #5B8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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