Html Css Color HEX #507B6C Cutty Sark

📋 copy color: '#507B6C'

red 80 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #507B6C

Tints of Cutty Sark #507B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 25.72%
G = 39.55%
B = 34.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#507B6C (or 0x507B6C) is known color: Cutty Sark. HEX triplet: 50, 7B and 6C. RGB value is (80,123,108). Sum of RGB (Red+Green+Blue) = 80+123+108=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #507B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B6C is #AF8493. Grayscale: #6C6C6C. Windows color (decimal): -11502740 or 7109456. OLE color: 7109456.

HSL color Cylindrical-coordinate representation of color #507B6C: hue angle of 159.07º 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 #507B6C is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 108 -
CMYK 0.35 0 0.12 0.52
HSL 159.07º 0.21% 0.4% -
HSV(B) 159.07º 0.35% 0.48% -
XYZ 13.1 16.95 16.77 -
YUV 108.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 80 123 108 0.35 0 0.12 0.52 159.07 0.21 0.4
Hex 50 7B 6C 23 0 C 34 9F 15 28
Octal 120 173 154 43 0 14 64 237 25 50
Binary 1010000 1111011 1101100 100011 0 1100 110100 10011111 10101 101000

Color Harmonies of #507B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B6C

Black with #507B6C

Text Example


Text Example

White with #507B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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