#538B69

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

Shades of Como #538B69

Tints of Como #538B69

Color information

#538B69 (or 0x538B69) is unknown color: approx Como. HEX triplet: 53, 8B and 69. RGB value is (83,139,105). Sum of RGB (Red+Green+Blue) = 83+139+105=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #538B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B69 is #AC7496. Grayscale: #767676. Windows color (decimal): -11302039 or 6916947. OLE color: 6916947.

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

Color convert

RGB83139105-
CMYK0.4000.240.45
HSL143.57º25.23%43.53%-
HSV(B)143.57º40.29%54.51%-
XYZ15.3521.3216.67-
YUV118.38120.45102.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=25.38%
G=42.51%
B=32.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391050.4000.240.45143.5725.2343.53
Hex538B69280182D90192c
Octal12321315150030552203154
Binary10100111000101111010011010000110001011011001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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