#538668

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

Shades of Como #538668

Tints of Como #538668

Color information

#538668 (or 0x538668) is unknown color: approx Como. HEX triplet: 53, 86 and 68. RGB value is (83,134,104). Sum of RGB (Red+Green+Blue) = 83+134+104=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #538668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538668 is #AC7997. Grayscale: #737373. Windows color (decimal): -11303320 or 6850131. OLE color: 6850131.

HSL color Cylindrical-coordinate representation of color #538668: hue angle of 144.71º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538668 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB83134104-
CMYK0.3800.220.47
HSL144.71º23.5%42.55%-
HSV(B)144.71º38.06%52.55%-
XYZ14.5919.8916.17-
YUV115.33121.6104.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=25.86%
G=41.74%
B=32.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341040.3800.220.47144.7123.542.55
Hex538668260162F91182b
Octal12320615046026572213053
Binary10100111000011011010001001100101101011111001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538668; }

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

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

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

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

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

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

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

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