#538672

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

Shades of Cutty Sark #538672

Tints of Cutty Sark #538672

Color information

#538672 (or 0x538672) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 72. RGB value is (83,134,114). Sum of RGB (Red+Green+Blue) = 83+134+114=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #538672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538672 is #AC798D. Grayscale: #747474. Windows color (decimal): -11303310 or 7505491. OLE color: 7505491.

HSL color Cylindrical-coordinate representation of color #538672: hue angle of 156.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538672 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB83134114-
CMYK0.3800.150.47
HSL156.47º23.5%42.55%-
HSV(B)156.47º38.06%52.55%-
XYZ15.1320.119-
YUV116.47126.6104.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=25.08%
G=40.48%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341140.3800.150.47156.4723.542.55
Hex538672260F2F9c182b
Octal12320616246017572343053
Binary1010011100001101110010100110011111011111001110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538672; }

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

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

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

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

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

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

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

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