#538F65

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

Shades of Como #538F65

Tints of Como #538F65

Color information

#538F65 (or 0x538F65) is unknown color: approx Como. HEX triplet: 53, 8F and 65. RGB value is (83,143,101). Sum of RGB (Red+Green+Blue) = 83+143+101=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #538F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F65 is #AC709A. Grayscale: #787878. Windows color (decimal): -11301019 or 6655827. OLE color: 6655827.

HSL color Cylindrical-coordinate representation of color #538F65: hue angle of 138º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F65 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB83143101-
CMYK0.4200.290.44
HSL138º26.55%44.31%-
HSV(B)138º41.96%56.08%-
XYZ15.7422.4215.81-
YUV120.27117.12101.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=25.38%
G=43.73%
B=30.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831431010.4200.290.4413826.5544.31
Hex538F652A01D2C8a1b2c
Octal12321714552035542123354
Binary10100111000111111001011010100111011011001000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538F65; }

 p { color: rgb(83,143,101); }

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

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

 a { background-color: rgb(83,143,101); }

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

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

 span { border-color: rgb(83,143,101); }

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