Html Css Color HEX #5A6275 Shuttle Grey

📋 copy color: '#5A6275'

red 90 ◦ green 98 ◦ blue 117

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

Shades of Shuttle Grey #5A6275

Tints of Shuttle Grey #5A6275

RGB

 RED value IS 90 (35.55% from 255) = 29.51%

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

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

R = 29.51%
G = 32.13%
B = 38.36%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A6275 (or 0x5A6275) is known color: Shuttle Grey. HEX triplet: 5A, 62 and 75. RGB value is (90,98,117). Sum of RGB (Red+Green+Blue) = 90+98+117=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A6275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6275 is #A59D8A. Grayscale: #616161. Windows color (decimal): -10853771 or 7692890. OLE color: 7692890.

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

Color convert

RGB 90 98 117 -
CMYK 0.23 0.16 0 0.54
HSL 222.22º 0.13% 0.41% -
HSV(B) 222.22º 0.23% 0.46% -
XYZ 11.8 12.19 18.56 -
YUV 97.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 90 98 117 0.23 0.16 0 0.54 222.22 0.13 0.41
Hex 5A 62 75 17 10 0 36 DE D 29
Octal 132 142 165 27 20 0 66 336 15 51
Binary 1011010 1100010 1110101 10111 10000 0 110110 11011110 1101 101001

Color Harmonies of #5A6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6275

Black with #5A6275

Text Example


Text Example

White with #5A6275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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