#536571

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

Shades of Shuttle Grey #536571

Tints of Shuttle Grey #536571

Color information

#536571 (or 0x536571) is unknown color: approx Shuttle Grey. HEX triplet: 53, 65 and 71. RGB value is (83,101,113). Sum of RGB (Red+Green+Blue) = 83+101+113=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #536571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536571 is #AC9A8E. Grayscale: #606060. Windows color (decimal): -11311759 or 7431507. OLE color: 7431507.

HSL color Cylindrical-coordinate representation of color #536571: hue angle of 204º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536571 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB83101113-
CMYK0.270.1100.56
HSL204º15.31%38.43%-
HSV(B)204º26.55%44.31%-
XYZ11.212.3417.41-
YUV96.99137.04118.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=27.95%
G=34.01%
B=38.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal831011130.270.1100.5620415.3138.43
Hex5365711BB038ccf26
Octal12314516133130703141746
Binary1010011110010111100011101110110111000110011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536571; }

 p { color: rgb(83,101,113); }

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

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

 a { background-color: rgb(83,101,113); }

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

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

 span { border-color: rgb(83,101,113); }

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