Html Css Color HEX #5B94A4 Air Force Blue

📋 copy color: '#5B94A4'

red 91 ◦ green 148 ◦ blue 164

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

Shades of Air Force Blue #5B94A4

Tints of Air Force Blue #5B94A4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 22.58%
G = 36.72%
B = 40.69%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5B94A4 (or 0x5B94A4) is known color: Air Force Blue. HEX triplet: 5B, 94 and A4. RGB value is (91,148,164). Sum of RGB (Red+Green+Blue) = 91+148+164=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B94A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B94A4 is #A46B5B. Grayscale: #848484. Windows color (decimal): -10775388 or 10785883. OLE color: 10785883.

HSL color Cylindrical-coordinate representation of color #5B94A4: hue angle of 193.15º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B94A4 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 148 164 -
CMYK 0.45 0.10 0 0.36
HSL 193.15º 0.29% 0.5% -
HSV(B) 193.15º 0.45% 0.64% -
XYZ 21.61 26.08 39.02 -
YUV 132.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 91 148 164 0.45 0.10 0 0.36 193.15 0.29 0.5
Hex 5B 94 A4 2D A 0 24 C1 1D 32
Octal 133 224 244 55 12 0 44 301 35 62
Binary 1011011 10010100 10100100 101101 1010 0 100100 11000001 11101 110010

Color Harmonies of #5B94A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B94A4

Black with #5B94A4

Text Example


Text Example

White with #5B94A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,148,164); }

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

background-color css

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

 a { background-color: rgb(91,148,164); }

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

border-color css

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

 span { border-color: rgb(91,148,164); }

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