Html Css Color HEX #508B74 Cutty Sark

📋 copy color: '#508B74'

red 80 ◦ green 139 ◦ blue 116

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

Shades of Cutty Sark #508B74

Tints of Cutty Sark #508B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.49%

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

R = 23.88%
G = 41.49%
B = 34.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#508B74 (or 0x508B74) is known color: Cutty Sark. HEX triplet: 50, 8B and 74. RGB value is (80,139,116). Sum of RGB (Red+Green+Blue) = 80+139+116=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #508B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B74 is #AF748B. Grayscale: #767676. Windows color (decimal): -11498636 or 7637840. OLE color: 7637840.

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

Color convert

RGB 80 139 116 -
CMYK 0.42 0 0.17 0.45
HSL 156.61º 0.27% 0.43% -
HSV(B) 156.61º 0.42% 0.55% -
XYZ 15.69 21.43 19.83 -
YUV 118.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 80 139 116 0.42 0 0.17 0.45 156.61 0.27 0.43
Hex 50 8B 74 2A 0 11 2D 9D 1B 2B
Octal 120 213 164 52 0 21 55 235 33 53
Binary 1010000 10001011 1110100 101010 0 10001 101101 10011101 11011 101011

Color Harmonies of #508B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B74

Black with #508B74

Text Example


Text Example

White with #508B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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