Html Css Color HEX #508474 Cutty Sark

📋 copy color: '#508474'

red 80 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #508474

Tints of Cutty Sark #508474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 24.39%
G = 40.24%
B = 35.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#508474 (or 0x508474) is known color: Cutty Sark. HEX triplet: 50, 84 and 74. RGB value is (80,132,116). Sum of RGB (Red+Green+Blue) = 80+132+116=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #508474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508474 is #AF7B8B. Grayscale: #727272. Windows color (decimal): -11500428 or 7636048. OLE color: 7636048.

HSL color Cylindrical-coordinate representation of color #508474: hue angle of 161.54º 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 #508474 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 116 -
CMYK 0.39 0 0.12 0.48
HSL 161.54º 0.25% 0.42% -
HSV(B) 161.54º 0.39% 0.52% -
XYZ 14.71 19.47 19.51 -
YUV 114.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 80 132 116 0.39 0 0.12 0.48 161.54 0.25 0.42
Hex 50 84 74 27 0 C 30 A2 19 2A
Octal 120 204 164 47 0 14 60 242 31 52
Binary 1010000 10000100 1110100 100111 0 1100 110000 10100010 11001 101010

Color Harmonies of #508474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508474

Black with #508474

Text Example


Text Example

White with #508474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508474; }

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

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

background-color css

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

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

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

border-color css

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

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

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