Html Css Color HEX #508672 Cutty Sark

📋 copy color: '#508672'

red 80 ◦ green 134 ◦ blue 114

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

Shades of Cutty Sark #508672

Tints of Cutty Sark #508672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 24.39%
G = 40.85%
B = 34.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#508672 (or 0x508672) is known color: Cutty Sark. HEX triplet: 50, 86 and 72. RGB value is (80,134,114). Sum of RGB (Red+Green+Blue) = 80+134+114=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #508672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508672 is #AF798D. Grayscale: #737373. Windows color (decimal): -11499918 or 7505488. OLE color: 7505488.

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

Color convert

RGB 80 134 114 -
CMYK 0.40 0 0.15 0.47
HSL 157.78º 0.25% 0.42% -
HSV(B) 157.78º 0.4% 0.53% -
XYZ 14.87 19.97 18.99 -
YUV 115.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 80 134 114 0.40 0 0.15 0.47 157.78 0.25 0.42
Hex 50 86 72 28 0 F 2F 9E 19 2A
Octal 120 206 162 50 0 17 57 236 31 52
Binary 1010000 10000110 1110010 101000 0 1111 101111 10011110 11001 101010

Color Harmonies of #508672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508672

Black with #508672

Text Example


Text Example

White with #508672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508672; }

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

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

background-color css

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

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

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

border-color css

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

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

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