Html Css Color HEX #509272 Cutty Sark

📋 copy color: '#509272'

red 80 ◦ green 146 ◦ blue 114

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

Shades of Cutty Sark #509272

Tints of Cutty Sark #509272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 23.53%
G = 42.94%
B = 33.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#509272 (or 0x509272) is known color: Cutty Sark. HEX triplet: 50, 92 and 72. RGB value is (80,146,114). Sum of RGB (Red+Green+Blue) = 80+146+114=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #509272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509272 is #AF6D8D. Grayscale: #7A7A7A. Windows color (decimal): -11496846 or 7508560. OLE color: 7508560.

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

Color convert

RGB 80 146 114 -
CMYK 0.45 0 0.22 0.43
HSL 150.91º 0.29% 0.44% -
HSV(B) 150.91º 0.45% 0.57% -
XYZ 16.62 23.48 19.58 -
YUV 122.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 80 146 114 0.45 0 0.22 0.43 150.91 0.29 0.44
Hex 50 92 72 2D 0 16 2B 97 1D 2C
Octal 120 222 162 55 0 26 53 227 35 54
Binary 1010000 10010010 1110010 101101 0 10110 101011 10010111 11101 101100

Color Harmonies of #509272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509272

Black with #509272

Text Example


Text Example

White with #509272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509272; }

 p { color: rgb(80,146,114); }

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

background-color css

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

 a { background-color: rgb(80,146,114); }

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

border-color css

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

 span { border-color: rgb(80,146,114); }

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