Html Css Color HEX #508573 Cutty Sark

📋 copy color: '#508573'

red 80 ◦ green 133 ◦ blue 115

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

Shades of Cutty Sark #508573

Tints of Cutty Sark #508573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 24.39%
G = 40.55%
B = 35.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#508573 (or 0x508573) is known color: Cutty Sark. HEX triplet: 50, 85 and 73. RGB value is (80,133,115). Sum of RGB (Red+Green+Blue) = 80+133+115=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #508573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508573 is #AF7A8C. Grayscale: #737373. Windows color (decimal): -11500173 or 7570768. OLE color: 7570768.

HSL color Cylindrical-coordinate representation of color #508573: hue angle of 159.62º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508573 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 115 -
CMYK 0.40 0 0.14 0.48
HSL 159.62º 0.25% 0.42% -
HSV(B) 159.62º 0.4% 0.52% -
XYZ 14.79 19.72 19.25 -
YUV 115.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 80 133 115 0.40 0 0.14 0.48 159.62 0.25 0.42
Hex 50 85 73 28 0 E 30 A0 19 2A
Octal 120 205 163 50 0 16 60 240 31 52
Binary 1010000 10000101 1110011 101000 0 1110 110000 10100000 11001 101010

Color Harmonies of #508573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508573

Black with #508573

Text Example


Text Example

White with #508573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508573; }

 p { color: rgb(80,133,115); }

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

background-color css

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

 a { background-color: rgb(80,133,115); }

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

border-color css

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

 span { border-color: rgb(80,133,115); }

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