#55826A

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

Shades of Cutty Sark #55826A

Tints of Cutty Sark #55826A

Color information

#55826A (or 0x55826A) is unknown color: approx Cutty Sark. HEX triplet: 55, 82 and 6A. RGB value is (85,130,106). Sum of RGB (Red+Green+Blue) = 85+130+106=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #55826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55826A is #AA7D95. Grayscale: #717171. Windows color (decimal): -11173270 or 6980181. OLE color: 6980181.

HSL color Cylindrical-coordinate representation of color #55826A: hue angle of 148º 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 #55826A is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB85130106-
CMYK0.3500.180.49
HSL148º20.93%42.16%-
HSV(B)148º34.62%50.98%-
XYZ14.3318.9416.54-
YUV113.81123.59107.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=26.48%
G=40.50%
B=33.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851301060.3500.180.4914820.9342.16
Hex55826A230123194152a
Octal12520215243022612242552
Binary10101011000001011010101000110100101100011001010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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