#53825A

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

Shades of Killarney #53825A

Tints of Killarney #53825A

Color information

#53825A (or 0x53825A) is unknown color: approx Killarney. HEX triplet: 53, 82 and 5A. RGB value is (83,130,90). Sum of RGB (Red+Green+Blue) = 83+130+90=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #53825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53825A is #AC7DA5. Grayscale: #6F6F6F. Windows color (decimal): -11304358 or 5931603. OLE color: 5931603.

HSL color Cylindrical-coordinate representation of color #53825A: hue angle of 128.94º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53825A is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB8313090-
CMYK0.3600.310.49
HSL128.94º22.07%41.76%-
HSV(B)128.94º36.15%50.98%-
XYZ13.418.5412.55-
YUV111.39115.93107.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=27.39%
G=42.90%
B=29.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83130900.3600.310.49128.9422.0741.76
Hex53825A2401F3181162a
Octal12320213244037612012652
Binary10100111000001010110101001000111111100011000000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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