Html Css Color HEX #508471 Cutty Sark

📋 copy color: '#508471'

red 80 ◦ green 132 ◦ blue 113

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

Shades of Cutty Sark #508471

Tints of Cutty Sark #508471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 24.62%
G = 40.62%
B = 34.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#508471 (or 0x508471) is known color: Cutty Sark. HEX triplet: 50, 84 and 71. RGB value is (80,132,113). Sum of RGB (Red+Green+Blue) = 80+132+113=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #508471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508471 is #AF7B8E. Grayscale: #727272. Windows color (decimal): -11500431 or 7439440. OLE color: 7439440.

HSL color Cylindrical-coordinate representation of color #508471: hue angle of 158.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508471 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 113 -
CMYK 0.39 0 0.14 0.48
HSL 158.08º 0.25% 0.42% -
HSV(B) 158.08º 0.39% 0.52% -
XYZ 14.54 19.4 18.6 -
YUV 114.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 80 132 113 0.39 0 0.14 0.48 158.08 0.25 0.42
Hex 50 84 71 27 0 E 30 9E 19 2A
Octal 120 204 161 47 0 16 60 236 31 52
Binary 1010000 10000100 1110001 100111 0 1110 110000 10011110 11001 101010

Color Harmonies of #508471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508471

Black with #508471

Text Example


Text Example

White with #508471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508471; }

 p { color: rgb(80,132,113); }

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

background-color css

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

 a { background-color: rgb(80,132,113); }

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

border-color css

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

 span { border-color: rgb(80,132,113); }

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