Html Css Color HEX #5A6A79 Shuttle Grey

📋 copy color: '#5A6A79'

red 90 ◦ green 106 ◦ blue 121

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

Shades of Shuttle Grey #5A6A79

Tints of Shuttle Grey #5A6A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 28.39%
G = 33.44%
B = 38.17%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A6A79 (or 0x5A6A79) is known color: Shuttle Grey. HEX triplet: 5A, 6A and 79. RGB value is (90,106,121). Sum of RGB (Red+Green+Blue) = 90+106+121=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A79 is #A59586. Grayscale: #666666. Windows color (decimal): -10851719 or 7957082. OLE color: 7957082.

HSL color Cylindrical-coordinate representation of color #5A6A79: hue angle of 209.03º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6A79 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 106 121 -
CMYK 0.26 0.12 0 0.53
HSL 209.03º 0.15% 0.41% -
HSV(B) 209.03º 0.26% 0.47% -
XYZ 12.82 13.86 20.09 -
YUV 102.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 90 106 121 0.26 0.12 0 0.53 209.03 0.15 0.41
Hex 5A 6A 79 1A C 0 35 D1 F 29
Octal 132 152 171 32 14 0 65 321 17 51
Binary 1011010 1101010 1111001 11010 1100 0 110101 11010001 1111 101001

Color Harmonies of #5A6A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6A79

Black with #5A6A79

Text Example


Text Example

White with #5A6A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,106,121); }

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

background-color css

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

 a { background-color: rgb(90,106,121); }

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

border-color css

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

 span { border-color: rgb(90,106,121); }

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