Html Css Color HEX #508172 Cutty Sark

📋 copy color: '#508172'

red 80 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #508172

Tints of Cutty Sark #508172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 24.77%
G = 39.94%
B = 35.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#508172 (or 0x508172) is known color: Cutty Sark. HEX triplet: 50, 81 and 72. RGB value is (80,129,114). Sum of RGB (Red+Green+Blue) = 80+129+114=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #508172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508172 is #AF7E8D. Grayscale: #707070. Windows color (decimal): -11501198 or 7504208. OLE color: 7504208.

HSL color Cylindrical-coordinate representation of color #508172: hue angle of 161.63º 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 #508172 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 114 -
CMYK 0.38 0 0.12 0.49
HSL 161.63º 0.23% 0.41% -
HSV(B) 161.63º 0.38% 0.51% -
XYZ 14.2 18.62 18.77 -
YUV 112.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 80 129 114 0.38 0 0.12 0.49 161.63 0.23 0.41
Hex 50 81 72 26 0 C 31 A2 17 29
Octal 120 201 162 46 0 14 61 242 27 51
Binary 1010000 10000001 1110010 100110 0 1100 110001 10100010 10111 101001

Color Harmonies of #508172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508172

Black with #508172

Text Example


Text Example

White with #508172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508172; }

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

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

background-color css

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

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

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

border-color css

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

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

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