Html Css Color HEX #509270 Cutty Sark

📋 copy color: '#509270'

red 80 ◦ green 146 ◦ blue 112

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

Shades of Cutty Sark #509270

Tints of Cutty Sark #509270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 23.67%
G = 43.2%
B = 33.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#509270 (or 0x509270) is known color: Cutty Sark. HEX triplet: 50, 92 and 70. RGB value is (80,146,112). Sum of RGB (Red+Green+Blue) = 80+146+112=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #509270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509270 is #AF6D8F. Grayscale: #7A7A7A. Windows color (decimal): -11496848 or 7377488. OLE color: 7377488.

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

Color convert

RGB 80 146 112 -
CMYK 0.45 0 0.23 0.43
HSL 149.09º 0.29% 0.44% -
HSV(B) 149.09º 0.45% 0.57% -
XYZ 16.51 23.43 18.98 -
YUV 122.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 80 146 112 0.45 0 0.23 0.43 149.09 0.29 0.44
Hex 50 92 70 2D 0 17 2B 95 1D 2C
Octal 120 222 160 55 0 27 53 225 35 54
Binary 1010000 10010010 1110000 101101 0 10111 101011 10010101 11101 101100

Color Harmonies of #509270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509270

Black with #509270

Text Example


Text Example

White with #509270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509270; }

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

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

background-color css

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

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

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

border-color css

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

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

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