Html Css Color HEX #508473 Cutty Sark

📋 copy color: '#508473'

red 80 ◦ green 132 ◦ blue 115

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

Shades of Cutty Sark #508473

Tints of Cutty Sark #508473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 24.46%
G = 40.37%
B = 35.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#508473 (or 0x508473) is known color: Cutty Sark. HEX triplet: 50, 84 and 73. RGB value is (80,132,115). Sum of RGB (Red+Green+Blue) = 80+132+115=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #508473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508473 is #AF7B8C. Grayscale: #727272. Windows color (decimal): -11500429 or 7570512. OLE color: 7570512.

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

Color convert

RGB 80 132 115 -
CMYK 0.39 0 0.13 0.48
HSL 160.38º 0.25% 0.42% -
HSV(B) 160.38º 0.39% 0.52% -
XYZ 14.65 19.45 19.2 -
YUV 114.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 80 132 115 0.39 0 0.13 0.48 160.38 0.25 0.42
Hex 50 84 73 27 0 D 30 A0 19 2A
Octal 120 204 163 47 0 15 60 240 31 52
Binary 1010000 10000100 1110011 100111 0 1101 110000 10100000 11001 101010

Color Harmonies of #508473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508473

Black with #508473

Text Example


Text Example

White with #508473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508473; }

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

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

background-color css

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

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

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

border-color css

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

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

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