Html Css Color HEX #508B75 Cutty Sark

📋 copy color: '#508B75'

red 80 ◦ green 139 ◦ blue 117

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

Shades of Cutty Sark #508B75

Tints of Cutty Sark #508B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

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

R = 23.81%
G = 41.37%
B = 34.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#508B75 (or 0x508B75) is known color: Cutty Sark. HEX triplet: 50, 8B and 75. RGB value is (80,139,117). Sum of RGB (Red+Green+Blue) = 80+139+117=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #508B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B75 is #AF748A. Grayscale: #767676. Windows color (decimal): -11498635 or 7703376. OLE color: 7703376.

HSL color Cylindrical-coordinate representation of color #508B75: hue angle of 157.63º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B75 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 117 -
CMYK 0.42 0 0.16 0.45
HSL 157.63º 0.27% 0.43% -
HSV(B) 157.63º 0.42% 0.55% -
XYZ 15.75 21.46 20.14 -
YUV 118.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 80 139 117 0.42 0 0.16 0.45 157.63 0.27 0.43
Hex 50 8B 75 2A 0 10 2D 9E 1B 2B
Octal 120 213 165 52 0 20 55 236 33 53
Binary 1010000 10001011 1110101 101010 0 10000 101101 10011110 11011 101011

Color Harmonies of #508B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B75

Black with #508B75

Text Example


Text Example

White with #508B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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