Html Css Color HEX #507667 Cutty Sark

📋 copy color: '#507667'

red 80 ◦ green 118 ◦ blue 103

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

Shades of Cutty Sark #507667

Tints of Cutty Sark #507667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 26.58%
G = 39.2%
B = 34.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#507667 (or 0x507667) is known color: Cutty Sark. HEX triplet: 50, 76 and 67. RGB value is (80,118,103). Sum of RGB (Red+Green+Blue) = 80+118+103=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #507667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507667 is #AF8998. Grayscale: #686868. Windows color (decimal): -11504025 or 6780496. OLE color: 6780496.

HSL color Cylindrical-coordinate representation of color #507667: hue angle of 156.32º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507667 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 103 -
CMYK 0.32 0 0.13 0.54
HSL 156.32º 0.19% 0.39% -
HSV(B) 156.32º 0.32% 0.46% -
XYZ 12.23 15.64 15.21 -
YUV 104.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 80 118 103 0.32 0 0.13 0.54 156.32 0.19 0.39
Hex 50 76 67 20 0 D 36 9C 13 27
Octal 120 166 147 40 0 15 66 234 23 47
Binary 1010000 1110110 1100111 100000 0 1101 110110 10011100 10011 100111

Color Harmonies of #507667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507667

Black with #507667

Text Example


Text Example

White with #507667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507667; }

 p { color: rgb(80,118,103); }

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

background-color css

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

 a { background-color: rgb(80,118,103); }

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

border-color css

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

 span { border-color: rgb(80,118,103); }

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