#53626E

Color #53626E Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #53626E

Tints of Shuttle Grey #53626E

Color information

#53626E (or 0x53626E) is unknown color: approx Shuttle Grey. HEX triplet: 53, 62 and 6E. RGB value is (83,98,110). Sum of RGB (Red+Green+Blue) = 83+98+110=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #53626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53626E is #AC9D91. Grayscale: #5E5E5E. Windows color (decimal): -11312530 or 7234131. OLE color: 7234131.

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

Color convert

RGB8398110-
CMYK0.250.1100.57
HSL206.67º13.99%37.84%-
HSV(B)206.67º24.55%43.14%-
XYZ10.7511.716.44-
YUV94.88136.53119.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=28.52%
G=33.68%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83981100.250.1100.57206.6713.9937.84
Hex53626E19B039cfe26
Octal12314215631130713171646
Binary1010011110001011011101100110110111001110011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53626E;
 }
 .AnyTagClassName
 {
   color: #53626E;
 }
</style>
background-color css

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

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

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

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

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

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