#538861

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

Shades of Como #538861

Tints of Como #538861

Color information

#538861 (or 0x538861) is unknown color: approx Como. HEX triplet: 53, 88 and 61. RGB value is (83,136,97). Sum of RGB (Red+Green+Blue) = 83+136+97=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #538861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538861 is #AC779E. Grayscale: #737373. Windows color (decimal): -11302815 or 6391891. OLE color: 6391891.

HSL color Cylindrical-coordinate representation of color #538861: hue angle of 135.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538861 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8313697-
CMYK0.3900.290.47
HSL135.85º24.2%42.94%-
HSV(B)135.85º38.97%53.33%-
XYZ14.5320.3114.46-
YUV115.71117.44104.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=26.27%
G=43.04%
B=30.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136970.3900.290.47135.8524.242.94
Hex5388612701D2F88182b
Octal12321014147035572103053
Binary10100111000100011000011001110111011011111000100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538861; }

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

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

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

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

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

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

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

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