Html Css Color HEX #508770 Cutty Sark

📋 copy color: '#508770'

red 80 ◦ green 135 ◦ blue 112

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

Shades of Cutty Sark #508770

Tints of Cutty Sark #508770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.28%

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

R = 24.46%
G = 41.28%
B = 34.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#508770 (or 0x508770) is known color: Cutty Sark. HEX triplet: 50, 87 and 70. RGB value is (80,135,112). Sum of RGB (Red+Green+Blue) = 80+135+112=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #508770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508770 is #AF788F. Grayscale: #737373. Windows color (decimal): -11499664 or 7374672. OLE color: 7374672.

HSL color Cylindrical-coordinate representation of color #508770: hue angle of 154.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508770 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 112 -
CMYK 0.41 0 0.17 0.47
HSL 154.91º 0.26% 0.42% -
HSV(B) 154.91º 0.41% 0.53% -
XYZ 14.9 20.2 18.44 -
YUV 115.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 80 135 112 0.41 0 0.17 0.47 154.91 0.26 0.42
Hex 50 87 70 29 0 11 2F 9B 1A 2A
Octal 120 207 160 51 0 21 57 233 32 52
Binary 1010000 10000111 1110000 101001 0 10001 101111 10011011 11010 101010

Color Harmonies of #508770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508770

Black with #508770

Text Example


Text Example

White with #508770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508770; }

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

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

background-color css

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

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

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

border-color css

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

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

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