#537867

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

Shades of Cutty Sark #537867

Tints of Cutty Sark #537867

Color information

#537867 (or 0x537867) is unknown color: approx Cutty Sark. HEX triplet: 53, 78 and 67. RGB value is (83,120,103). Sum of RGB (Red+Green+Blue) = 83+120+103=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #537867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537867 is #AC8798. Grayscale: #6B6B6B. Windows color (decimal): -11306905 or 6781011. OLE color: 6781011.

HSL color Cylindrical-coordinate representation of color #537867: hue angle of 152.43º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537867 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB83120103-
CMYK0.3100.140.53
HSL152.43º18.23%39.8%-
HSV(B)152.43º30.83%47.06%-
XYZ12.7316.2515.3-
YUV107125.74110.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=27.12%
G=39.22%
B=33.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201030.3100.140.53152.4318.2339.8
Hex5378671F0E35981228
Octal12317014737016652302250
Binary10100111111000110011111111011101101011001100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537867; }

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

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

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

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

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

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

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

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