Html Css Color HEX #508472 Cutty Sark

📋 copy color: '#508472'

red 80 ◦ green 132 ◦ blue 114

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

Shades of Cutty Sark #508472

Tints of Cutty Sark #508472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 24.54%
G = 40.49%
B = 34.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#508472 (or 0x508472) is known color: Cutty Sark. HEX triplet: 50, 84 and 72. RGB value is (80,132,114). Sum of RGB (Red+Green+Blue) = 80+132+114=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #508472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508472 is #AF7B8D. Grayscale: #727272. Windows color (decimal): -11500430 or 7504976. OLE color: 7504976.

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

Color convert

RGB 80 132 114 -
CMYK 0.39 0 0.14 0.48
HSL 159.23º 0.25% 0.42% -
HSV(B) 159.23º 0.39% 0.52% -
XYZ 14.6 19.42 18.9 -
YUV 114.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 80 132 114 0.39 0 0.14 0.48 159.23 0.25 0.42
Hex 50 84 72 27 0 E 30 9F 19 2A
Octal 120 204 162 47 0 16 60 237 31 52
Binary 1010000 10000100 1110010 100111 0 1110 110000 10011111 11001 101010

Color Harmonies of #508472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508472

Black with #508472

Text Example


Text Example

White with #508472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508472; }

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

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

background-color css

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

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

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

border-color css

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

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

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