Html Css Color HEX #509275 Cutty Sark

📋 copy color: '#509275'

red 80 ◦ green 146 ◦ blue 117

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

Shades of Cutty Sark #509275

Tints of Cutty Sark #509275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 23.32%
G = 42.57%
B = 34.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#509275 (or 0x509275) is known color: Cutty Sark. HEX triplet: 50, 92 and 75. RGB value is (80,146,117). Sum of RGB (Red+Green+Blue) = 80+146+117=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #509275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509275 is #AF6D8A. Grayscale: #7B7B7B. Windows color (decimal): -11496843 or 7705168. OLE color: 7705168.

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

Color convert

RGB 80 146 117 -
CMYK 0.45 0 0.20 0.43
HSL 153.64º 0.29% 0.44% -
HSV(B) 153.64º 0.45% 0.57% -
XYZ 16.8 23.55 20.49 -
YUV 122.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 80 146 117 0.45 0 0.20 0.43 153.64 0.29 0.44
Hex 50 92 75 2D 0 14 2B 9A 1D 2C
Octal 120 222 165 55 0 24 53 232 35 54
Binary 1010000 10010010 1110101 101101 0 10100 101011 10011010 11101 101100

Color Harmonies of #509275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509275

Black with #509275

Text Example


Text Example

White with #509275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509275; }

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

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

background-color css

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

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

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

border-color css

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

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

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