Html Css Color HEX #508C71 Cutty Sark

📋 copy color: '#508C71'

red 80 ◦ green 140 ◦ blue 113

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

Shades of Cutty Sark #508C71

Tints of Cutty Sark #508C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 24.02%
G = 42.04%
B = 33.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#508C71 (or 0x508C71) is known color: Cutty Sark. HEX triplet: 50, 8C and 71. RGB value is (80,140,113). Sum of RGB (Red+Green+Blue) = 80+140+113=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #508C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C71 is #AF738E. Grayscale: #777777. Windows color (decimal): -11498383 or 7441488. OLE color: 7441488.

HSL color Cylindrical-coordinate representation of color #508C71: hue angle of 153º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508C71 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 140 113 -
CMYK 0.43 0 0.19 0.45
HSL 153º 0.27% 0.43% -
HSV(B) 153º 0.43% 0.55% -
XYZ 15.67 21.65 18.98 -
YUV 118.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 80 140 113 0.43 0 0.19 0.45 153 0.27 0.43
Hex 50 8C 71 2B 0 13 2D 99 1B 2B
Octal 120 214 161 53 0 23 55 231 33 53
Binary 1010000 10001100 1110001 101011 0 10011 101101 10011001 11011 101011

Color Harmonies of #508C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C71

Black with #508C71

Text Example


Text Example

White with #508C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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