#538567

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

Shades of Como #538567

Tints of Como #538567

Color information

#538567 (or 0x538567) is unknown color: approx Como. HEX triplet: 53, 85 and 67. RGB value is (83,133,103). Sum of RGB (Red+Green+Blue) = 83+133+103=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #538567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538567 is #AC7A98. Grayscale: #727272. Windows color (decimal): -11303577 or 6784339. OLE color: 6784339.

HSL color Cylindrical-coordinate representation of color #538567: hue angle of 144º 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 #538567 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB83133103-
CMYK0.3800.230.48
HSL144º23.15%42.35%-
HSV(B)144º37.59%52.16%-
XYZ14.419.5915.85-
YUV114.63121.44105.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=26.02%
G=41.69%
B=32.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831331030.3800.230.4814423.1542.35
Hex538567260173090172a
Octal12320514746027602202752
Binary10100111000010111001111001100101111100001001000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538567; }

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

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

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

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

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

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

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

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