Html Css Color HEX #508170 Cutty Sark

📋 copy color: '#508170'

red 80 ◦ green 129 ◦ blue 112

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

Shades of Cutty Sark #508170

Tints of Cutty Sark #508170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.19%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 24.92%
G = 40.19%
B = 34.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#508170 (or 0x508170) is known color: Cutty Sark. HEX triplet: 50, 81 and 70. RGB value is (80,129,112). Sum of RGB (Red+Green+Blue) = 80+129+112=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #508170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508170 is #AF7E8F. Grayscale: #707070. Windows color (decimal): -11501200 or 7373136. OLE color: 7373136.

HSL color Cylindrical-coordinate representation of color #508170: hue angle of 159.18º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508170 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 112 -
CMYK 0.38 0 0.13 0.49
HSL 159.18º 0.23% 0.41% -
HSV(B) 159.18º 0.38% 0.51% -
XYZ 14.08 18.58 18.17 -
YUV 112.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 80 129 112 0.38 0 0.13 0.49 159.18 0.23 0.41
Hex 50 81 70 26 0 D 31 9F 17 29
Octal 120 201 160 46 0 15 61 237 27 51
Binary 1010000 10000001 1110000 100110 0 1101 110001 10011111 10111 101001

Color Harmonies of #508170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508170

Black with #508170

Text Example


Text Example

White with #508170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508170; }

 p { color: rgb(80,129,112); }

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

background-color css

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

 a { background-color: rgb(80,129,112); }

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

border-color css

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

 span { border-color: rgb(80,129,112); }

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