Html Css Color HEX #508972 Cutty Sark

📋 copy color: '#508972'

red 80 ◦ green 137 ◦ blue 114

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

Shades of Cutty Sark #508972

Tints of Cutty Sark #508972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

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

R = 24.17%
G = 41.39%
B = 34.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#508972 (or 0x508972) is known color: Cutty Sark. HEX triplet: 50, 89 and 72. RGB value is (80,137,114). Sum of RGB (Red+Green+Blue) = 80+137+114=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #508972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508972 is #AF768D. Grayscale: #757575. Windows color (decimal): -11499150 or 7506256. OLE color: 7506256.

HSL color Cylindrical-coordinate representation of color #508972: hue angle of 155.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508972 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 114 -
CMYK 0.42 0 0.17 0.46
HSL 155.79º 0.26% 0.43% -
HSV(B) 155.79º 0.42% 0.54% -
XYZ 15.29 20.81 19.13 -
YUV 117.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 80 137 114 0.42 0 0.17 0.46 155.79 0.26 0.43
Hex 50 89 72 2A 0 11 2E 9C 1A 2B
Octal 120 211 162 52 0 21 56 234 32 53
Binary 1010000 10001001 1110010 101010 0 10001 101110 10011100 11010 101011

Color Harmonies of #508972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508972

Black with #508972

Text Example


Text Example

White with #508972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508972; }

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

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

background-color css

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

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

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

border-color css

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

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

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