#537567

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

Shades of Cutty Sark #537567

Tints of Cutty Sark #537567

Color information

#537567 (or 0x537567) is unknown color: approx Cutty Sark. HEX triplet: 53, 75 and 67. RGB value is (83,117,103). Sum of RGB (Red+Green+Blue) = 83+117+103=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #537567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537567 is #AC8A98. Grayscale: #696969. Windows color (decimal): -11307673 or 6780243. OLE color: 6780243.

HSL color Cylindrical-coordinate representation of color #537567: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537567 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB83117103-
CMYK0.2900.120.54
HSL155.29º17%39.22%-
HSV(B)155.29º29.06%45.88%-
XYZ12.3815.5415.18-
YUV105.24126.74112.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=27.39%
G=38.61%
B=33.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831171030.2900.120.54155.291739.22
Hex5375671D0C369b1127
Octal12316514735014662332147
Binary10100111110101110011111101011001101101001101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537567; }

 p { color: rgb(83,117,103); }

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

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

 a { background-color: rgb(83,117,103); }

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

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

 span { border-color: rgb(83,117,103); }

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