Html Css Color HEX #509277 Cutty Sark

📋 copy color: '#509277'

red 80 ◦ green 146 ◦ blue 119

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

Shades of Cutty Sark #509277

Tints of Cutty Sark #509277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 23.19%
G = 42.32%
B = 34.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#509277 (or 0x509277) is known color: Cutty Sark. HEX triplet: 50, 92 and 77. RGB value is (80,146,119). Sum of RGB (Red+Green+Blue) = 80+146+119=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #509277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509277 is #AF6D88. Grayscale: #7B7B7B. Windows color (decimal): -11496841 or 7836240. OLE color: 7836240.

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

Color convert

RGB 80 146 119 -
CMYK 0.45 0 0.18 0.43
HSL 155.45º 0.29% 0.44% -
HSV(B) 155.45º 0.45% 0.57% -
XYZ 16.92 23.6 21.12 -
YUV 123.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 80 146 119 0.45 0 0.18 0.43 155.45 0.29 0.44
Hex 50 92 77 2D 0 12 2B 9B 1D 2C
Octal 120 222 167 55 0 22 53 233 35 54
Binary 1010000 10010010 1110111 101101 0 10010 101011 10011011 11101 101100

Color Harmonies of #509277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509277

Black with #509277

Text Example


Text Example

White with #509277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509277; }

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

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

background-color css

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

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

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

border-color css

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

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

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