#538671

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

Shades of Cutty Sark #538671

Tints of Cutty Sark #538671

Color information

#538671 (or 0x538671) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 71. RGB value is (83,134,113). Sum of RGB (Red+Green+Blue) = 83+134+113=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #538671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538671 is #AC798E. Grayscale: #747474. Windows color (decimal): -11303311 or 7439955. OLE color: 7439955.

HSL color Cylindrical-coordinate representation of color #538671: hue angle of 155.29º 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 #538671 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB83134113-
CMYK0.3800.160.47
HSL155.29º23.5%42.55%-
HSV(B)155.29º38.06%52.55%-
XYZ15.0720.0818.7-
YUV116.36126.1104.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=25.15%
G=40.61%
B=34.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341130.3800.160.47155.2923.542.55
Hex538671260102F9b182b
Octal12320616146020572333053
Binary10100111000011011100011001100100001011111001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538671; }

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

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

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

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

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

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

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

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