#538765

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

Shades of Como #538765

Tints of Como #538765

Color information

#538765 (or 0x538765) is unknown color: approx Como. HEX triplet: 53, 87 and 65. RGB value is (83,135,101). Sum of RGB (Red+Green+Blue) = 83+135+101=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #538765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538765 is #AC789A. Grayscale: #737373. Windows color (decimal): -11303067 or 6653779. OLE color: 6653779.

HSL color Cylindrical-coordinate representation of color #538765: hue angle of 140.77º 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 #538765 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB83135101-
CMYK0.3900.250.47
HSL140.77º23.85%42.75%-
HSV(B)140.77º38.52%52.94%-
XYZ14.5820.1115.42-
YUV115.58119.77104.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=26.02%
G=42.32%
B=31.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351010.3900.250.47140.7723.8542.75
Hex538765270192F8d182b
Octal12320714547031572153053
Binary10100111000011111001011001110110011011111000110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538765; }

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

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

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

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

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

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

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

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