#536272

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

Shades of Shuttle Grey #536272

Tints of Shuttle Grey #536272

Color information

#536272 (or 0x536272) is unknown color: approx Shuttle Grey. HEX triplet: 53, 62 and 72. RGB value is (83,98,114). Sum of RGB (Red+Green+Blue) = 83+98+114=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #536272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536272 is #AC9D8D. Grayscale: #5F5F5F. Windows color (decimal): -11312526 or 7496275. OLE color: 7496275.

HSL color Cylindrical-coordinate representation of color #536272: hue angle of 210.97º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536272 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8398114-
CMYK0.270.1400.55
HSL210.97º15.74%38.63%-
HSV(B)210.97º27.19%44.71%-
XYZ10.9711.7917.62-
YUV95.34138.53119.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=28.14%
G=33.22%
B=38.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83981140.270.1400.55210.9715.7438.63
Hex5362721BE037d31027
Octal12314216233160673232047
Binary10100111100010111001011011111001101111101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536272; }

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

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

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

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

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

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

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

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