#536070

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

Shades of Shuttle Grey #536070

Tints of Shuttle Grey #536070

Color information

#536070 (or 0x536070) is unknown color: approx Shuttle Grey. HEX triplet: 53, 60 and 70. RGB value is (83,96,112). Sum of RGB (Red+Green+Blue) = 83+96+112=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #536070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536070 is #AC9F8F. Grayscale: #5D5D5D. Windows color (decimal): -11313040 or 7364691. OLE color: 7364691.

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

Color convert

RGB8396112-
CMYK0.260.1400.56
HSL213.1º14.87%38.24%-
HSV(B)213.1º25.89%43.92%-
XYZ10.6711.3716.96-
YUV93.94138.19120.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=28.52%
G=32.99%
B=38.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83961120.260.1400.56213.114.8738.24
Hex5360701AE038d5f26
Octal12314016032160703251746
Binary1010011110000011100001101011100111000110101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536070; }

 p { color: rgb(83,96,112); }

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

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

 a { background-color: rgb(83,96,112); }

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

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

 span { border-color: rgb(83,96,112); }

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