Html Css Color HEX #53616E Shuttle Grey

📋 copy color: '#53616E'

red 83 ◦ green 97 ◦ blue 110

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

Shades of Shuttle Grey #53616E

Tints of Shuttle Grey #53616E

RGB

 RED value IS 83 (32.81% from 255) = 28.62%

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 28.62%
G = 33.45%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53616E (or 0x53616E) is known color: Shuttle Grey. HEX triplet: 53, 61 and 6E. RGB value is (83,97,110). Sum of RGB (Red+Green+Blue) = 83+97+110=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #53616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53616E is #AC9E91. Grayscale: #5E5E5E. Windows color (decimal): -11312786 or 7233875. OLE color: 7233875.

HSL color Cylindrical-coordinate representation of color #53616E: hue angle of 208.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53616E is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 97 110 -
CMYK 0.25 0.12 0 0.57
HSL 208.89º 0.14% 0.38% -
HSV(B) 208.89º 0.25% 0.43% -
XYZ 10.66 11.51 16.41 -
YUV 94.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 83 97 110 0.25 0.12 0 0.57 208.89 0.14 0.38
Hex 53 61 6E 19 C 0 39 D1 E 26
Octal 123 141 156 31 14 0 71 321 16 46
Binary 1010011 1100001 1101110 11001 1100 0 111001 11010001 1110 100110

Color Harmonies of #53616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53616E

Black with #53616E

Text Example


Text Example

White with #53616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53616E; }

 p { color: rgb(83,97,110); }

 H1.HeaderClassName
 {
   color: #53616E;
 }
 .AnyTagClassName
 {
   color: #53616E;
 }
</style>

background-color css

<style>
 a { background-color: #53616E; }

 a { background-color: rgb(83,97,110); }

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

border-color css

<style>
 span { border-color: #53616E; }

 span { border-color: rgb(83,97,110); }

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