Html Css Color HEX #5B8FAF Air Force Blue

📋 copy color: '#5B8FAF'

red 91 ◦ green 143 ◦ blue 175

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

Shades of Air Force Blue #5B8FAF

Tints of Air Force Blue #5B8FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 22.25%
G = 34.96%
B = 42.79%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B8FAF (or 0x5B8FAF) is known color: Air Force Blue. HEX triplet: 5B, 8F and AF. RGB value is (91,143,175). Sum of RGB (Red+Green+Blue) = 91+143+175=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B8FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8FAF is #A47050. Grayscale: #828282. Windows color (decimal): -10776657 or 11505499. OLE color: 11505499.

HSL color Cylindrical-coordinate representation of color #5B8FAF: hue angle of 202.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B8FAF is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 143 175 -
CMYK 0.48 0.18 0 0.31
HSL 202.86º 0.34% 0.52% -
HSV(B) 202.86º 0.48% 0.69% -
XYZ 21.87 24.96 44.22 -
YUV 131.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 91 143 175 0.48 0.18 0 0.31 202.86 0.34 0.52
Hex 5B 8F AF 30 12 0 1F CB 22 34
Octal 133 217 257 60 22 0 37 313 42 64
Binary 1011011 10001111 10101111 110000 10010 0 11111 11001011 100010 110100

Color Harmonies of #5B8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8FAF

Black with #5B8FAF

Text Example


Text Example

White with #5B8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,143,175); }

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

background-color css

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

 a { background-color: rgb(91,143,175); }

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

border-color css

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

 span { border-color: rgb(91,143,175); }

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