Html Css Color HEX #508072 Cutty Sark

📋 copy color: '#508072'

red 80 ◦ green 128 ◦ blue 114

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

Shades of Cutty Sark #508072

Tints of Cutty Sark #508072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

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

R = 24.84%
G = 39.75%
B = 35.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#508072 (or 0x508072) is known color: Cutty Sark. HEX triplet: 50, 80 and 72. RGB value is (80,128,114). Sum of RGB (Red+Green+Blue) = 80+128+114=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #508072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508072 is #AF7F8D. Grayscale: #707070. Windows color (decimal): -11501454 or 7503952. OLE color: 7503952.

HSL color Cylindrical-coordinate representation of color #508072: hue angle of 162.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508072 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 114 -
CMYK 0.38 0 0.11 0.50
HSL 162.5º 0.23% 0.41% -
HSV(B) 162.5º 0.38% 0.5% -
XYZ 14.06 18.36 18.72 -
YUV 112.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 80 128 114 0.38 0 0.11 0.50 162.5 0.23 0.41
Hex 50 80 72 26 0 B 32 A2 17 29
Octal 120 200 162 46 0 13 62 242 27 51
Binary 1010000 10000000 1110010 100110 0 1011 110010 10100010 10111 101001

Color Harmonies of #508072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508072

Black with #508072

Text Example


Text Example

White with #508072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508072; }

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

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

background-color css

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

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

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

border-color css

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

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

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