Html Css Color HEX #507869 Cutty Sark

📋 copy color: '#507869'

red 80 ◦ green 120 ◦ blue 105

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

Shades of Cutty Sark #507869

Tints of Cutty Sark #507869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 26.23%
G = 39.34%
B = 34.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#507869 (or 0x507869) is known color: Cutty Sark. HEX triplet: 50, 78 and 69. RGB value is (80,120,105). Sum of RGB (Red+Green+Blue) = 80+120+105=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #507869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507869 is #AF8796. Grayscale: #6A6A6A. Windows color (decimal): -11503511 or 6912080. OLE color: 6912080.

HSL color Cylindrical-coordinate representation of color #507869: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507869 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 105 -
CMYK 0.33 0 0.13 0.53
HSL 157.5º 0.2% 0.39% -
HSV(B) 157.5º 0.33% 0.47% -
XYZ 12.57 16.16 15.82 -
YUV 106.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 80 120 105 0.33 0 0.13 0.53 157.5 0.2 0.39
Hex 50 78 69 21 0 D 35 9E 14 27
Octal 120 170 151 41 0 15 65 236 24 47
Binary 1010000 1111000 1101001 100001 0 1101 110101 10011110 10100 100111

Color Harmonies of #507869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507869

Black with #507869

Text Example


Text Example

White with #507869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507869; }

 p { color: rgb(80,120,105); }

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

background-color css

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

 a { background-color: rgb(80,120,105); }

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

border-color css

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

 span { border-color: rgb(80,120,105); }

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