#53875B

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

Shades of Killarney #53875B

Tints of Killarney #53875B

Color information

#53875B (or 0x53875B) is unknown color: approx Killarney. HEX triplet: 53, 87 and 5B. RGB value is (83,135,91). Sum of RGB (Red+Green+Blue) = 83+135+91=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #53875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53875B is #AC78A4. Grayscale: #727272. Windows color (decimal): -11303077 or 5998419. OLE color: 5998419.

HSL color Cylindrical-coordinate representation of color #53875B: hue angle of 129.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53875B is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8313591-
CMYK0.3900.330.47
HSL129.23º23.85%42.75%-
HSV(B)129.23º38.52%52.94%-
XYZ14.1219.9213-
YUV114.44114.77105.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=26.86%
G=43.69%
B=29.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135910.3900.330.47129.2323.8542.75
Hex53875B270212F81182b
Octal12320713347041572013053
Binary101001110000111101101110011101000011011111000000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53875B; }

 p { color: rgb(83,135,91); }

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

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

 a { background-color: rgb(83,135,91); }

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

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

 span { border-color: rgb(83,135,91); }

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