#538569

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

Shades of Como #538569

Tints of Como #538569

Color information

#538569 (or 0x538569) is unknown color: approx Como. HEX triplet: 53, 85 and 69. RGB value is (83,133,105). Sum of RGB (Red+Green+Blue) = 83+133+105=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #538569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538569 is #AC7A96. Grayscale: #727272. Windows color (decimal): -11303575 or 6915411. OLE color: 6915411.

HSL color Cylindrical-coordinate representation of color #538569: hue angle of 146.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538569 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB83133105-
CMYK0.3800.210.48
HSL146.4º23.15%42.35%-
HSV(B)146.4º37.59%52.16%-
XYZ14.519.6316.39-
YUV114.86122.44105.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=25.86%
G=41.43%
B=32.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831331050.3800.210.48146.423.1542.35
Hex538569260153092172a
Octal12320515146025602222752
Binary10100111000010111010011001100101011100001001001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538569; }

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

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

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

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

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

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

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

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