#55825A

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

Shades of Killarney #55825A

Tints of Killarney #55825A

Color information

#55825A (or 0x55825A) is unknown color: approx Killarney. HEX triplet: 55, 82 and 5A. RGB value is (85,130,90). Sum of RGB (Red+Green+Blue) = 85+130+90=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #55825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825A is #AA7DA5. Grayscale: #707070. Windows color (decimal): -11173286 or 5931605. OLE color: 5931605.

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

Color convert

RGB8513090-
CMYK0.3500.310.49
HSL126.67º20.93%42.16%-
HSV(B)126.67º34.62%50.98%-
XYZ13.5718.6312.55-
YUV111.98115.59108.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=27.87%
G=42.62%
B=29.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130900.3500.310.49126.6720.9342.16
Hex55825A2301F317f152a
Octal12520213243037611772552
Binary1010101100000101011010100011011111110001111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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