Html Css Color HEX #5A6068 Shuttle Grey

📋 copy color: '#5A6068'

red 90 ◦ green 96 ◦ blue 104

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

Shades of Shuttle Grey #5A6068

Tints of Shuttle Grey #5A6068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 31.03%
G = 33.1%
B = 35.86%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A6068 (or 0x5A6068) is known color: Shuttle Grey. HEX triplet: 5A, 60 and 68. RGB value is (90,96,104). Sum of RGB (Red+Green+Blue) = 90+96+104=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6068 is #A59F97. Grayscale: #5F5F5F. Windows color (decimal): -10854296 or 6840410. OLE color: 6840410.

HSL color Cylindrical-coordinate representation of color #5A6068: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6068 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 96 104 -
CMYK 0.13 0.08 0 0.59
HSL 214.29º 0.07% 0.38% -
HSV(B) 214.29º 0.13% 0.41% -
XYZ 10.9 11.54 14.75 -
YUV 95.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 90 96 104 0.13 0.08 0 0.59 214.29 0.07 0.38
Hex 5A 60 68 D 8 0 3B D6 7 26
Octal 132 140 150 15 10 0 73 326 7 46
Binary 1011010 1100000 1101000 1101 1000 0 111011 11010110 111 100110

Color Harmonies of #5A6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6068

Black with #5A6068

Text Example


Text Example

White with #5A6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,104); }

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

background-color css

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

 a { background-color: rgb(90,96,104); }

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

border-color css

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

 span { border-color: rgb(90,96,104); }

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