Html Css Color HEX #508970 Cutty Sark

📋 copy color: '#508970'

red 80 ◦ green 137 ◦ blue 112

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

Shades of Cutty Sark #508970

Tints of Cutty Sark #508970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 24.32%
G = 41.64%
B = 34.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#508970 (or 0x508970) is known color: Cutty Sark. HEX triplet: 50, 89 and 70. RGB value is (80,137,112). Sum of RGB (Red+Green+Blue) = 80+137+112=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #508970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508970 is #AF768F. Grayscale: #757575. Windows color (decimal): -11499152 or 7375184. OLE color: 7375184.

HSL color Cylindrical-coordinate representation of color #508970: hue angle of 153.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508970 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 112 -
CMYK 0.42 0 0.18 0.46
HSL 153.68º 0.26% 0.43% -
HSV(B) 153.68º 0.42% 0.54% -
XYZ 15.18 20.77 18.54 -
YUV 117.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 80 137 112 0.42 0 0.18 0.46 153.68 0.26 0.43
Hex 50 89 70 2A 0 12 2E 9A 1A 2B
Octal 120 211 160 52 0 22 56 232 32 53
Binary 1010000 10001001 1110000 101010 0 10010 101110 10011010 11010 101011

Color Harmonies of #508970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508970

Black with #508970

Text Example


Text Example

White with #508970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508970; }

 p { color: rgb(80,137,112); }

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

background-color css

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

 a { background-color: rgb(80,137,112); }

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

border-color css

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

 span { border-color: rgb(80,137,112); }

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