Html Css Color HEX #507C6C Cutty Sark

📋 copy color: '#507C6C'

red 80 ◦ green 124 ◦ blue 108

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

Shades of Cutty Sark #507C6C

Tints of Cutty Sark #507C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

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

R = 25.64%
G = 39.74%
B = 34.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#507C6C (or 0x507C6C) is known color: Cutty Sark. HEX triplet: 50, 7C and 6C. RGB value is (80,124,108). Sum of RGB (Red+Green+Blue) = 80+124+108=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #507C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C6C is #AF8393. Grayscale: #6D6D6D. Windows color (decimal): -11502484 or 7109712. OLE color: 7109712.

HSL color Cylindrical-coordinate representation of color #507C6C: hue angle of 158.18º 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 #507C6C is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 108 -
CMYK 0.35 0 0.13 0.51
HSL 158.18º 0.22% 0.4% -
HSV(B) 158.18º 0.35% 0.49% -
XYZ 13.22 17.2 16.81 -
YUV 109.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 80 124 108 0.35 0 0.13 0.51 158.18 0.22 0.4
Hex 50 7C 6C 23 0 D 33 9E 16 28
Octal 120 174 154 43 0 15 63 236 26 50
Binary 1010000 1111100 1101100 100011 0 1101 110011 10011110 10110 101000

Color Harmonies of #507C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C6C

Black with #507C6C

Text Example


Text Example

White with #507C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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