#538B67

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

Shades of Como #538B67

Tints of Como #538B67

Color information

#538B67 (or 0x538B67) is unknown color: approx Como. HEX triplet: 53, 8B and 67. RGB value is (83,139,103). Sum of RGB (Red+Green+Blue) = 83+139+103=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #538B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B67 is #AC7498. Grayscale: #767676. Windows color (decimal): -11302041 or 6785875. OLE color: 6785875.

HSL color Cylindrical-coordinate representation of color #538B67: hue angle of 141.43º 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 #538B67 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB83139103-
CMYK0.4000.260.45
HSL141.43º25.23%43.53%-
HSV(B)141.43º40.29%54.51%-
XYZ15.2521.2816.14-
YUV118.15119.45102.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=25.54%
G=42.77%
B=31.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391030.4000.260.45141.4325.2343.53
Hex538B672801A2D8d192c
Octal12321314750032552153154
Binary10100111000101111001111010000110101011011000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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