Html Css Color HEX #509374 Cutty Sark

📋 copy color: '#509374'

red 80 ◦ green 147 ◦ blue 116

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

Shades of Cutty Sark #509374

Tints of Cutty Sark #509374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.86%

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

R = 23.32%
G = 42.86%
B = 33.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#509374 (or 0x509374) is known color: Cutty Sark. HEX triplet: 50, 93 and 74. RGB value is (80,147,116). Sum of RGB (Red+Green+Blue) = 80+147+116=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #509374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509374 is #AF6C8B. Grayscale: #7B7B7B. Windows color (decimal): -11496588 or 7639888. OLE color: 7639888.

HSL color Cylindrical-coordinate representation of color #509374: hue angle of 152.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509374 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 116 -
CMYK 0.46 0 0.21 0.42
HSL 152.24º 0.3% 0.45% -
HSV(B) 152.24º 0.46% 0.58% -
XYZ 16.89 23.83 20.23 -
YUV 123.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 80 147 116 0.46 0 0.21 0.42 152.24 0.3 0.45
Hex 50 93 74 2E 0 15 2A 98 1E 2D
Octal 120 223 164 56 0 25 52 230 36 55
Binary 1010000 10010011 1110100 101110 0 10101 101010 10011000 11110 101101

Color Harmonies of #509374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509374

Black with #509374

Text Example


Text Example

White with #509374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509374; }

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

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

background-color css

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

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

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

border-color css

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

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

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