#538868

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

Shades of Como #538868

Tints of Como #538868

Color information

#538868 (or 0x538868) is unknown color: approx Como. HEX triplet: 53, 88 and 68. RGB value is (83,136,104). Sum of RGB (Red+Green+Blue) = 83+136+104=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #538868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538868 is #AC7797. Grayscale: #747474. Windows color (decimal): -11302808 or 6850643. OLE color: 6850643.

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

Color convert

RGB83136104-
CMYK0.3900.240.47
HSL143.77º24.2%42.94%-
HSV(B)143.77º38.97%53.33%-
XYZ14.8720.4516.26-
YUV116.5120.94104.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=25.70%
G=42.11%
B=32.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831361040.3900.240.47143.7724.242.94
Hex538868270182F90182b
Octal12321015047030572203053
Binary10100111000100011010001001110110001011111001000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538868; }

 p { color: rgb(83,136,104); }

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

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

 a { background-color: rgb(83,136,104); }

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

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

 span { border-color: rgb(83,136,104); }

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