#507C6A

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

Shades of Cutty Sark #507C6A

Tints of Cutty Sark #507C6A

Color information

#507C6A (or 0x507C6A) is unknown color: approx Cutty Sark. HEX triplet: 50, 7C and 6A. RGB value is (80,124,106). Sum of RGB (Red+Green+Blue) = 80+124+106=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #507C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C6A is #AF8395. Grayscale: #6C6C6C. Windows color (decimal): -11502486 or 6978640. OLE color: 6978640.

HSL color Cylindrical-coordinate representation of color #507C6A: hue angle of 155.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C6A is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB80124106-
CMYK0.3500.150.51
HSL155.45º21.57%40%-
HSV(B)155.45º35.48%48.63%-
XYZ13.1217.1616.26-
YUV108.79126.42107.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=25.81%
G=40%
B=34.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801241060.3500.150.51155.4521.5740
Hex507C6A230F339b1628
Octal12017415243017632332650
Binary101000011111001101010100011011111100111001101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507C6A; }

 p { color: rgb(80,124,106); }

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

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

 a { background-color: rgb(80,124,106); }

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

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

 span { border-color: rgb(80,124,106); }

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