Html Css Color HEX #509174 Cutty Sark

📋 copy color: '#509174'

red 80 ◦ green 145 ◦ blue 116

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

Shades of Cutty Sark #509174

Tints of Cutty Sark #509174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.52%

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

R = 23.46%
G = 42.52%
B = 34.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#509174 (or 0x509174) is known color: Cutty Sark. HEX triplet: 50, 91 and 74. RGB value is (80,145,116). Sum of RGB (Red+Green+Blue) = 80+145+116=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #509174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509174 is #AF6E8B. Grayscale: #7A7A7A. Windows color (decimal): -11497100 or 7639376. OLE color: 7639376.

HSL color Cylindrical-coordinate representation of color #509174: hue angle of 153.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509174 is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 116 -
CMYK 0.45 0 0.2 0.43
HSL 153.23º 0.29% 0.44% -
HSV(B) 153.23º 0.45% 0.57% -
XYZ 16.59 23.22 20.13 -
YUV 122.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 80 145 116 0.45 0 0.2 0.43 153.23 0.29 0.44
Hex 50 91 74 2D 0 14 2B 99 1D 2C
Octal 120 221 164 55 0 24 53 231 35 54
Binary 1010000 10010001 1110100 101101 0 10100 101011 10011001 11101 101100

Color Harmonies of #509174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509174

Black with #509174

Text Example


Text Example

White with #509174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509174; }

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

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

background-color css

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

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

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

border-color css

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

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

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