#538766

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

Shades of Como #538766

Tints of Como #538766

Color information

#538766 (or 0x538766) is unknown color: approx Como. HEX triplet: 53, 87 and 66. RGB value is (83,135,102). Sum of RGB (Red+Green+Blue) = 83+135+102=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #538766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538766 is #AC7899. Grayscale: #737373. Windows color (decimal): -11303066 or 6719315. OLE color: 6719315.

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

Color convert

RGB83135102-
CMYK0.3900.240.47
HSL141.92º23.85%42.75%-
HSV(B)141.92º38.52%52.94%-
XYZ14.6320.1315.68-
YUV115.69120.27104.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=25.94%
G=42.19%
B=31.88%

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
Decimal831351020.3900.240.47141.9223.8542.75
Hex538766270182F8e182b
Octal12320714647030572163053
Binary10100111000011111001101001110110001011111000111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538766; }

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

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

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

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

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

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

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

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