#538C69

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

Shades of Como #538C69

Tints of Como #538C69

Color information

#538C69 (or 0x538C69) is unknown color: approx Como. HEX triplet: 53, 8C and 69. RGB value is (83,140,105). Sum of RGB (Red+Green+Blue) = 83+140+105=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #538C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C69 is #AC7396. Grayscale: #777777. Windows color (decimal): -11301783 or 6917203. OLE color: 6917203.

HSL color Cylindrical-coordinate representation of color #538C69: hue angle of 143.16º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538C69 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB83140105-
CMYK0.4100.250.45
HSL143.16º25.56%43.73%-
HSV(B)143.16º40.71%54.9%-
XYZ15.521.6216.72-
YUV118.97120.12102.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=25.30%
G=42.68%
B=32.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831401050.4100.250.45143.1625.5643.73
Hex538C69290192D8f1a2c
Octal12321415151031552173254
Binary10100111000110011010011010010110011011011000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,140,105); }

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

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

 a { background-color: rgb(83,140,105); }

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

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

 span { border-color: rgb(83,140,105); }

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