Html Css Color HEX #507F6C Cutty Sark

📋 copy color: '#507F6C'

red 80 ◦ green 127 ◦ blue 108

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

Shades of Cutty Sark #507F6C

Tints of Cutty Sark #507F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 25.4%
G = 40.32%
B = 34.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#507F6C (or 0x507F6C) is known color: Cutty Sark. HEX triplet: 50, 7F and 6C. RGB value is (80,127,108). Sum of RGB (Red+Green+Blue) = 80+127+108=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #507F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F6C is #AF8093. Grayscale: #6E6E6E. Windows color (decimal): -11501716 or 7110480. OLE color: 7110480.

HSL color Cylindrical-coordinate representation of color #507F6C: hue angle of 155.74º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F6C is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 108 -
CMYK 0.37 0 0.15 0.50
HSL 155.74º 0.23% 0.41% -
HSV(B) 155.74º 0.37% 0.5% -
XYZ 13.6 17.97 16.94 -
YUV 110.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 80 127 108 0.37 0 0.15 0.50 155.74 0.23 0.41
Hex 50 7F 6C 25 0 F 32 9C 17 29
Octal 120 177 154 45 0 17 62 234 27 51
Binary 1010000 1111111 1101100 100101 0 1111 110010 10011100 10111 101001

Color Harmonies of #507F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F6C

Black with #507F6C

Text Example


Text Example

White with #507F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,108); }

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

background-color css

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

 a { background-color: rgb(80,127,108); }

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

border-color css

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

 span { border-color: rgb(80,127,108); }

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