#538768

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

Shades of Como #538768

Tints of Como #538768

Color information

#538768 (or 0x538768) is unknown color: approx Como. HEX triplet: 53, 87 and 68. RGB value is (83,135,104). Sum of RGB (Red+Green+Blue) = 83+135+104=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #538768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538768 is #AC7897. Grayscale: #737373. Windows color (decimal): -11303064 or 6850387. OLE color: 6850387.

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

Color convert

RGB83135104-
CMYK0.3900.230.47
HSL144.23º23.85%42.75%-
HSV(B)144.23º38.52%52.94%-
XYZ14.7320.1716.21-
YUV115.92121.27104.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=25.78%
G=41.93%
B=32.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351040.3900.230.47144.2323.8542.75
Hex538768270172F90182b
Octal12320715047027572203053
Binary10100111000011111010001001110101111011111001000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538768; }

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

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

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

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

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

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

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

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