#538666

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

Shades of Como #538666

Tints of Como #538666

Color information

#538666 (or 0x538666) is unknown color: approx Como. HEX triplet: 53, 86 and 66. RGB value is (83,134,102). Sum of RGB (Red+Green+Blue) = 83+134+102=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #538666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538666 is #AC7999. Grayscale: #737373. Windows color (decimal): -11303322 or 6719059. OLE color: 6719059.

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

Color convert

RGB83134102-
CMYK0.3800.240.47
HSL142.35º23.5%42.55%-
HSV(B)142.35º38.06%52.55%-
XYZ14.4919.8515.64-
YUV115.1120.6105.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=26.02%
G=42.01%
B=31.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341020.3800.240.47142.3523.542.55
Hex538666260182F8e182b
Octal12320614646030572163053
Binary10100111000011011001101001100110001011111000111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538666; }

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

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

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

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

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

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

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

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