Html Css Color HEX #56825B Killarney

📋 copy color: '#56825B'

red 86 ◦ green 130 ◦ blue 91

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

Shades of Killarney #56825B

Tints of Killarney #56825B

RGB

 RED value IS 86 (33.98% from 255) = 28.01%

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

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

R = 28.01%
G = 42.35%
B = 29.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#56825B (or 0x56825B) is known color: Killarney. HEX triplet: 56, 82 and 5B. RGB value is (86,130,91). Sum of RGB (Red+Green+Blue) = 86+130+91=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #56825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56825B is #A97DA4. Grayscale: #707070. Windows color (decimal): -11107749 or 5997142. OLE color: 5997142.

HSL color Cylindrical-coordinate representation of color #56825B: hue angle of 126.82º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56825B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 91 -
CMYK 0.34 0 0.30 0.49
HSL 126.82º 0.2% 0.42% -
HSV(B) 126.82º 0.34% 0.51% -
XYZ 13.71 18.7 12.78 -
YUV 112.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 86 130 91 0.34 0 0.30 0.49 126.82 0.2 0.42
Hex 56 82 5B 22 0 1E 31 7F 14 2A
Octal 126 202 133 42 0 36 61 177 24 52
Binary 1010110 10000010 1011011 100010 0 11110 110001 1111111 10100 101010

Color Harmonies of #56825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56825B

Black with #56825B

Text Example


Text Example

White with #56825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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