#55826D

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

Shades of Cutty Sark #55826D

Tints of Cutty Sark #55826D

Color information

#55826D (or 0x55826D) is unknown color: approx Cutty Sark. HEX triplet: 55, 82 and 6D. RGB value is (85,130,109). Sum of RGB (Red+Green+Blue) = 85+130+109=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #55826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55826D is #AA7D92. Grayscale: #727272. Windows color (decimal): -11173267 or 7176789. OLE color: 7176789.

HSL color Cylindrical-coordinate representation of color #55826D: hue angle of 152º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55826D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB85130109-
CMYK0.3500.160.49
HSL152º20.93%42.16%-
HSV(B)152º34.62%50.98%-
XYZ14.491917.37-
YUV114.15125.09107.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=26.23%
G=40.12%
B=33.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851301090.3500.160.4915220.9342.16
Hex55826D230103198152a
Octal12520215543020612302552
Binary10101011000001011011011000110100001100011001100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55826D; }

 p { color: rgb(85,130,109); }

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

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

 a { background-color: rgb(85,130,109); }

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

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

 span { border-color: rgb(85,130,109); }

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