Html Css Color HEX #5B6275 Shuttle Grey

📋 copy color: '#5B6275'

red 91 ◦ green 98 ◦ blue 117

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

Shades of Shuttle Grey #5B6275

Tints of Shuttle Grey #5B6275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 29.74%
G = 32.03%
B = 38.24%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B6275 (or 0x5B6275) is known color: Shuttle Grey. HEX triplet: 5B, 62 and 75. RGB value is (91,98,117). Sum of RGB (Red+Green+Blue) = 91+98+117=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6275 is #A49D8A. Grayscale: #616161. Windows color (decimal): -10788235 or 7692891. OLE color: 7692891.

HSL color Cylindrical-coordinate representation of color #5B6275: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B6275 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 98 117 -
CMYK 0.22 0.16 0 0.54
HSL 223.85º 0.13% 0.41% -
HSV(B) 223.85º 0.22% 0.46% -
XYZ 11.89 12.24 18.57 -
YUV 98.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 91 98 117 0.22 0.16 0 0.54 223.85 0.13 0.41
Hex 5B 62 75 16 10 0 36 E0 C 29
Octal 133 142 165 26 20 0 66 340 14 51
Binary 1011011 1100010 1110101 10110 10000 0 110110 11100000 1100 101001

Color Harmonies of #5B6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6275

Black with #5B6275

Text Example


Text Example

White with #5B6275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,117); }

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

background-color css

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

 a { background-color: rgb(91,98,117); }

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

border-color css

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

 span { border-color: rgb(91,98,117); }

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