Html Css Color HEX #55825B Killarney

📋 copy color: '#55825B'

red 85 ◦ green 130 ◦ blue 91

#55825B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #55825B

Tints of Killarney #55825B

RGB

 RED value IS 85 (33.59% from 255) = 27.78%

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 27.78%
G = 42.48%
B = 29.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#55825B (or 0x55825B) is known color: Killarney. HEX triplet: 55, 82 and 5B. RGB value is (85,130,91). Sum of RGB (Red+Green+Blue) = 85+130+91=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #55825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55825B is #AA7DA4. Grayscale: #707070. Windows color (decimal): -11173285 or 5997141. OLE color: 5997141.

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

Color convert

RGB 85 130 91 -
CMYK 0.35 0 0.30 0.49
HSL 128º 0.21% 0.42% -
HSV(B) 128º 0.35% 0.51% -
XYZ 13.62 18.65 12.78 -
YUV 112.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 85 130 91 0.35 0 0.30 0.49 128 0.21 0.42
Hex 55 82 5B 23 0 1E 31 80 15 2A
Octal 125 202 133 43 0 36 61 200 25 52
Binary 1010101 10000010 1011011 100011 0 11110 110001 10000000 10101 101010

Color Harmonies of #55825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55825B

Black with #55825B

Text Example


Text Example

White with #55825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55825B;
 }
 .AnyTagClassName
 {
   color: #55825B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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