#538B63

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

Shades of Como #538B63

Tints of Como #538B63

Color information

#538B63 (or 0x538B63) is unknown color: approx Como. HEX triplet: 53, 8B and 63. RGB value is (83,139,99). Sum of RGB (Red+Green+Blue) = 83+139+99=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #538B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B63 is #AC749C. Grayscale: #757575. Windows color (decimal): -11302045 or 6523731. OLE color: 6523731.

HSL color Cylindrical-coordinate representation of color #538B63: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B63 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB8313999-
CMYK0.4000.290.45
HSL137.14º25.23%43.53%-
HSV(B)137.14º40.29%54.51%-
XYZ15.0521.2115.1-
YUV117.7117.45103.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=25.86%
G=43.30%
B=30.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139990.4000.290.45137.1425.2343.53
Hex538B632801D2D89192c
Octal12321314350035552113154
Binary10100111000101111000111010000111011011011000100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538B63; }

 p { color: rgb(83,139,99); }

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

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

 a { background-color: rgb(83,139,99); }

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

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

 span { border-color: rgb(83,139,99); }

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