Html Css Color HEX #507B68 Cutty Sark

📋 copy color: '#507B68'

red 80 ◦ green 123 ◦ blue 104

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

Shades of Cutty Sark #507B68

Tints of Cutty Sark #507B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 26.06%
G = 40.07%
B = 33.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#507B68 (or 0x507B68) is known color: Cutty Sark. HEX triplet: 50, 7B and 68. RGB value is (80,123,104). Sum of RGB (Red+Green+Blue) = 80+123+104=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #507B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B68 is #AF8497. Grayscale: #6C6C6C. Windows color (decimal): -11502744 or 6847312. OLE color: 6847312.

HSL color Cylindrical-coordinate representation of color #507B68: hue angle of 153.49º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B68 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 104 -
CMYK 0.35 0 0.15 0.52
HSL 153.49º 0.21% 0.4% -
HSV(B) 153.49º 0.35% 0.48% -
XYZ 12.89 16.87 15.67 -
YUV 107.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 80 123 104 0.35 0 0.15 0.52 153.49 0.21 0.4
Hex 50 7B 68 23 0 F 34 99 15 28
Octal 120 173 150 43 0 17 64 231 25 50
Binary 1010000 1111011 1101000 100011 0 1111 110100 10011001 10101 101000

Color Harmonies of #507B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B68

Black with #507B68

Text Example


Text Example

White with #507B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507B68; }

 p { color: rgb(80,123,104); }

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

background-color css

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

 a { background-color: rgb(80,123,104); }

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

border-color css

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

 span { border-color: rgb(80,123,104); }

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