#628575

Color #628575 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #628575

Tints of Cutty Sark #628575

Color information

#628575 (or 0x628575) is unknown color: approx Cutty Sark. HEX triplet: 62, 85 and 75. RGB value is (98,133,117). Sum of RGB (Red+Green+Blue) = 98+133+117=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #628575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628575 is #9D7A8A. Grayscale: #787878. Windows color (decimal): -10320523 or 7701858. OLE color: 7701858.

HSL color Cylindrical-coordinate representation of color #628575: hue angle of 152.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628575 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB98133117-
CMYK0.2600.120.48
HSL152.57º15.15%45.29%-
HSV(B)152.57º26.32%52.16%-
XYZ16.6420.6619.94-
YUV120.71125.9111.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=28.16%
G=38.22%
B=33.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981331170.2600.120.48152.5715.1545.29
Hex6285751A0C3099f2d
Octal14220516532014602311755
Binary11000101000010111101011101001100110000100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628575; }

 p { color: rgb(98,133,117); }

 H1.HeaderClassName
 {
   color: #628575;
 }
 .AnyTagClassName
 {
   color: #628575;
 }
</style>
background-color css

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

 a { background-color: rgb(98,133,117); }

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

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

 span { border-color: rgb(98,133,117); }

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