Html Css Color HEX #508C74 Cutty Sark

📋 copy color: '#508C74'

red 80 ◦ green 140 ◦ blue 116

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

Shades of Cutty Sark #508C74

Tints of Cutty Sark #508C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 23.81%
G = 41.67%
B = 34.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#508C74 (or 0x508C74) is known color: Cutty Sark. HEX triplet: 50, 8C and 74. RGB value is (80,140,116). Sum of RGB (Red+Green+Blue) = 80+140+116=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #508C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C74 is #AF738B. Grayscale: #777777. Windows color (decimal): -11498380 or 7638096. OLE color: 7638096.

HSL color Cylindrical-coordinate representation of color #508C74: hue angle of 156º 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 #508C74 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 140 116 -
CMYK 0.43 0 0.17 0.45
HSL 156º 0.27% 0.43% -
HSV(B) 156º 0.43% 0.55% -
XYZ 15.84 21.72 19.88 -
YUV 119.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 80 140 116 0.43 0 0.17 0.45 156 0.27 0.43
Hex 50 8C 74 2B 0 11 2D 9C 1B 2B
Octal 120 214 164 53 0 21 55 234 33 53
Binary 1010000 10001100 1110100 101011 0 10001 101101 10011100 11011 101011

Color Harmonies of #508C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C74

Black with #508C74

Text Example


Text Example

White with #508C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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