Html Css Color HEX #508571 Cutty Sark

📋 copy color: '#508571'

red 80 ◦ green 133 ◦ blue 113

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

Shades of Cutty Sark #508571

Tints of Cutty Sark #508571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 24.54%
G = 40.8%
B = 34.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#508571 (or 0x508571) is known color: Cutty Sark. HEX triplet: 50, 85 and 71. RGB value is (80,133,113). Sum of RGB (Red+Green+Blue) = 80+133+113=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #508571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508571 is #AF7A8E. Grayscale: #727272. Windows color (decimal): -11500175 or 7439696. OLE color: 7439696.

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

Color convert

RGB 80 133 113 -
CMYK 0.40 0 0.15 0.48
HSL 157.36º 0.25% 0.42% -
HSV(B) 157.36º 0.4% 0.52% -
XYZ 14.68 19.67 18.65 -
YUV 114.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 80 133 113 0.40 0 0.15 0.48 157.36 0.25 0.42
Hex 50 85 71 28 0 F 30 9D 19 2A
Octal 120 205 161 50 0 17 60 235 31 52
Binary 1010000 10000101 1110001 101000 0 1111 110000 10011101 11001 101010

Color Harmonies of #508571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508571

Black with #508571

Text Example


Text Example

White with #508571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508571; }

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

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

background-color css

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

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

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

border-color css

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

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

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