Html Css Color HEX #53636E Shuttle Grey

📋 copy color: '#53636E'

red 83 ◦ green 99 ◦ blue 110

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

Shades of Shuttle Grey #53636E

Tints of Shuttle Grey #53636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 28.42%
G = 33.9%
B = 37.67%

CMYK

 C value IS 0.25

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53636E (or 0x53636E) is known color: Shuttle Grey. HEX triplet: 53, 63 and 6E. RGB value is (83,99,110). Sum of RGB (Red+Green+Blue) = 83+99+110=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #53636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636E is #AC9C91. Grayscale: #5F5F5F. Windows color (decimal): -11312274 or 7234387. OLE color: 7234387.

HSL color Cylindrical-coordinate representation of color #53636E: hue angle of 204.44º 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 #53636E is Cyan = 0.25, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 99 110 -
CMYK 0.25 0.1 0 0.57
HSL 204.44º 0.14% 0.38% -
HSV(B) 204.44º 0.25% 0.43% -
XYZ 10.84 11.89 16.48 -
YUV 95.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 83 99 110 0.25 0.1 0 0.57 204.44 0.14 0.38
Hex 53 63 6E 19 A 0 39 CC E 26
Octal 123 143 156 31 12 0 71 314 16 46
Binary 1010011 1100011 1101110 11001 1010 0 111001 11001100 1110 100110

Color Harmonies of #53636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53636E

Black with #53636E

Text Example


Text Example

White with #53636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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