#538769

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

Shades of Como #538769

Tints of Como #538769

Color information

#538769 (or 0x538769) is unknown color: approx Como. HEX triplet: 53, 87 and 69. RGB value is (83,135,105). Sum of RGB (Red+Green+Blue) = 83+135+105=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #538769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538769 is #AC7896. Grayscale: #747474. Windows color (decimal): -11303063 or 6915923. OLE color: 6915923.

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

Color convert

RGB83135105-
CMYK0.3900.220.47
HSL145.38º23.85%42.75%-
HSV(B)145.38º38.52%52.94%-
XYZ14.7820.1916.48-
YUV116.03121.77104.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=25.70%
G=41.80%
B=32.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351050.3900.220.47145.3823.8542.75
Hex538769270162F91182b
Octal12320715147026572213053
Binary10100111000011111010011001110101101011111001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538769; }

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

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

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

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

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

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

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

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