Html Css Color HEX #507C6A Cutty Sark

📋 copy color: '#507C6A'

red 80 ◦ green 124 ◦ blue 106

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

Shades of Cutty Sark #507C6A

Tints of Cutty Sark #507C6A

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.8% from 255) = 34.19%

R = 25.81%
G = 40%
B = 34.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#507C6A (or 0x507C6A) is known color: 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

RGB 80 124 106 -
CMYK 0.35 0 0.15 0.51
HSL 155.45º 0.22% 0.4% -
HSV(B) 155.45º 0.35% 0.49% -
XYZ 13.12 17.16 16.26 -
YUV 108.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 80 124 106 0.35 0 0.15 0.51 155.45 0.22 0.4
Hex 50 7C 6A 23 0 F 33 9B 16 28
Octal 120 174 152 43 0 17 63 233 26 50
Binary 1010000 1111100 1101010 100011 0 1111 110011 10011011 10110 101000

Color Harmonies of #507C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C6A

Black with #507C6A

Text Example


Text Example

White with #507C6A

Text Example


Text Example

HTML Codes & Css Web 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>