#538376

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

Shades of Cutty Sark #538376

Tints of Cutty Sark #538376

Color information

#538376 (or 0x538376) is unknown color: approx Cutty Sark. HEX triplet: 53, 83 and 76. RGB value is (83,131,118). Sum of RGB (Red+Green+Blue) = 83+131+118=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #538376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538376 is #AC7C89. Grayscale: #737373. Windows color (decimal): -11304074 or 7766867. OLE color: 7766867.

HSL color Cylindrical-coordinate representation of color #538376: hue angle of 163.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538376 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB83131118-
CMYK0.3700.100.49
HSL163.75º22.43%41.96%-
HSV(B)163.75º36.64%51.37%-
XYZ14.9519.3820.09-
YUV115.17129.6105.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=25%
G=39.46%
B=35.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311180.3700.100.49163.7522.4341.96
Hex538376250A31a4162a
Octal12320316645012612442652
Binary1010011100000111110110100101010101100011010010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538376; }

 p { color: rgb(83,131,118); }

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

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

 a { background-color: rgb(83,131,118); }

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

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

 span { border-color: rgb(83,131,118); }

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