Html Css Color HEX #508275 Cutty Sark

📋 copy color: '#508275'

red 80 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #508275

Tints of Cutty Sark #508275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 24.46%
G = 39.76%
B = 35.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#508275 (or 0x508275) is known color: Cutty Sark. HEX triplet: 50, 82 and 75. RGB value is (80,130,117). Sum of RGB (Red+Green+Blue) = 80+130+117=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #508275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508275 is #AF7D8A. Grayscale: #717171. Windows color (decimal): -11500939 or 7701072. OLE color: 7701072.

HSL color Cylindrical-coordinate representation of color #508275: hue angle of 164.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508275 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 117 -
CMYK 0.38 0 0.1 0.49
HSL 164.4º 0.24% 0.41% -
HSV(B) 164.4º 0.38% 0.51% -
XYZ 14.5 18.96 19.72 -
YUV 113.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 80 130 117 0.38 0 0.1 0.49 164.4 0.24 0.41
Hex 50 82 75 26 0 A 31 A4 18 29
Octal 120 202 165 46 0 12 61 244 30 51
Binary 1010000 10000010 1110101 100110 0 1010 110001 10100100 11000 101001

Color Harmonies of #508275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508275

Black with #508275

Text Example


Text Example

White with #508275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508275; }

 p { color: rgb(80,130,117); }

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

background-color css

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

 a { background-color: rgb(80,130,117); }

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

border-color css

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

 span { border-color: rgb(80,130,117); }

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