#536F61

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

Shades of Como #536F61

Tints of Como #536F61

Color information

#536F61 (or 0x536F61) is unknown color: approx Como. HEX triplet: 53, 6F and 61. RGB value is (83,111,97). Sum of RGB (Red+Green+Blue) = 83+111+97=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #536F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F61 is #AC909E. Grayscale: #656565. Windows color (decimal): -11309215 or 6385491. OLE color: 6385491.

HSL color Cylindrical-coordinate representation of color #536F61: hue angle of 150º 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 #536F61 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB8311197-
CMYK0.2500.130.56
HSL150º14.43%38.04%-
HSV(B)150º25.23%43.53%-
XYZ11.4114.0713.42-
YUV101.03125.72115.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=28.52%
G=38.14%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111970.2500.130.5615014.4338.04
Hex536F61190D3896e26
Octal12315714131015702261646
Binary1010011110111111000011100101101111000100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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