Html Css Color HEX #509072 Cutty Sark

📋 copy color: '#509072'

red 80 ◦ green 144 ◦ blue 114

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

Shades of Cutty Sark #509072

Tints of Cutty Sark #509072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 23.67%
G = 42.6%
B = 33.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#509072 (or 0x509072) is known color: Cutty Sark. HEX triplet: 50, 90 and 72. RGB value is (80,144,114). Sum of RGB (Red+Green+Blue) = 80+144+114=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #509072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509072 is #AF6F8D. Grayscale: #797979. Windows color (decimal): -11497358 or 7508048. OLE color: 7508048.

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

Color convert

RGB 80 144 114 -
CMYK 0.44 0 0.21 0.44
HSL 151.88º 0.29% 0.44% -
HSV(B) 151.88º 0.44% 0.56% -
XYZ 16.32 22.87 19.47 -
YUV 121.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 80 144 114 0.44 0 0.21 0.44 151.88 0.29 0.44
Hex 50 90 72 2C 0 15 2C 98 1D 2C
Octal 120 220 162 54 0 25 54 230 35 54
Binary 1010000 10010000 1110010 101100 0 10101 101100 10011000 11101 101100

Color Harmonies of #509072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509072

Black with #509072

Text Example


Text Example

White with #509072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509072; }

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

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

background-color css

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

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

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

border-color css

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

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

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