#538372

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

Shades of Cutty Sark #538372

Tints of Cutty Sark #538372

Color information

#538372 (or 0x538372) is unknown color: approx Cutty Sark. HEX triplet: 53, 83 and 72. RGB value is (83,131,114). Sum of RGB (Red+Green+Blue) = 83+131+114=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #538372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538372 is #AC7C8D. Grayscale: #727272. Windows color (decimal): -11304078 or 7504723. OLE color: 7504723.

HSL color Cylindrical-coordinate representation of color #538372: hue angle of 158.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 #538372 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB83131114-
CMYK0.3700.130.49
HSL158.75º22.43%41.96%-
HSV(B)158.75º36.64%51.37%-
XYZ14.7219.2918.87-
YUV114.71127.6105.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=25.30%
G=39.94%
B=34.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311140.3700.130.49158.7522.4341.96
Hex538372250D319f162a
Octal12320316245015612372652
Binary1010011100000111110010100101011011100011001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538372; }

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

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

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

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

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

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

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

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