Html Css Color HEX #507666 Cutty Sark

📋 copy color: '#507666'

red 80 ◦ green 118 ◦ blue 102

#507666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #507666

Tints of Cutty Sark #507666

RGB

 RED value IS 80 (31.64% from 255) = 26.67%

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 26.67%
G = 39.33%
B = 34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#507666 (or 0x507666) is known color: Cutty Sark. HEX triplet: 50, 76 and 66. RGB value is (80,118,102). Sum of RGB (Red+Green+Blue) = 80+118+102=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #507666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507666 is #AF8999. Grayscale: #686868. Windows color (decimal): -11504026 or 6714960. OLE color: 6714960.

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

Color convert

RGB 80 118 102 -
CMYK 0.32 0 0.14 0.54
HSL 154.74º 0.19% 0.39% -
HSV(B) 154.74º 0.32% 0.46% -
XYZ 12.18 15.62 14.94 -
YUV 104.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 80 118 102 0.32 0 0.14 0.54 154.74 0.19 0.39
Hex 50 76 66 20 0 E 36 9B 13 27
Octal 120 166 146 40 0 16 66 233 23 47
Binary 1010000 1110110 1100110 100000 0 1110 110110 10011011 10011 100111

Color Harmonies of #507666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507666

Black with #507666

Text Example


Text Example

White with #507666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507666; }

 p { color: rgb(80,118,102); }

 H1.HeaderClassName
 {
   color: #507666;
 }
 .AnyTagClassName
 {
   color: #507666;
 }
</style>

background-color css

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

 a { background-color: rgb(80,118,102); }

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

border-color css

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

 span { border-color: rgb(80,118,102); }

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