#536F63

Color #536F63 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #536F63

Tints of Como #536F63

Color information

#536F63 (or 0x536F63) is unknown color: approx Como. HEX triplet: 53, 6F and 63. RGB value is (83,111,99). Sum of RGB (Red+Green+Blue) = 83+111+99=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #536F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F63 is #AC909C. Grayscale: #656565. Windows color (decimal): -11309213 or 6516563. OLE color: 6516563.

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

Color convert

RGB8311199-
CMYK0.2500.110.56
HSL154.29º14.43%38.04%-
HSV(B)154.29º25.23%43.53%-
XYZ11.514.1113.92-
YUV101.26126.72114.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=28.33%
G=37.88%
B=33.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111990.2500.110.56154.2914.4338.04
Hex536F63190B389ae26
Octal12315714331013702321646
Binary1010011110111111000111100101011111000100110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536F63; }

 p { color: rgb(83,111,99); }

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

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

 a { background-color: rgb(83,111,99); }

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

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

 span { border-color: rgb(83,111,99); }

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