#536472

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

Shades of Shuttle Grey #536472

Tints of Shuttle Grey #536472

Color information

#536472 (or 0x536472) is unknown color: approx Shuttle Grey. HEX triplet: 53, 64 and 72. RGB value is (83,100,114). Sum of RGB (Red+Green+Blue) = 83+100+114=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #536472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536472 is #AC9B8D. Grayscale: #606060. Windows color (decimal): -11312014 or 7496787. OLE color: 7496787.

HSL color Cylindrical-coordinate representation of color #536472: hue angle of 207.1º 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 #536472 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83100114-
CMYK0.270.1200.55
HSL207.1º15.74%38.63%-
HSV(B)207.1º27.19%44.71%-
XYZ11.1612.1717.68-
YUV96.51137.87118.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=27.95%
G=33.67%
B=38.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831001140.270.1200.55207.115.7438.63
Hex5364721BC037cf1027
Octal12314416233140673172047
Binary10100111100100111001011011110001101111100111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536472; }

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

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

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

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

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

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

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

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