Html Css Color HEX #56765A Killarney

📋 copy color: '#56765A'

red 86 ◦ green 118 ◦ blue 90

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

Shades of Killarney #56765A

Tints of Killarney #56765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 29.25%
G = 40.14%
B = 30.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#56765A (or 0x56765A) is known color: Killarney. HEX triplet: 56, 76 and 5A. RGB value is (86,118,90). Sum of RGB (Red+Green+Blue) = 86+118+90=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #56765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56765A is #A989A5. Grayscale: #696969. Windows color (decimal): -11110822 or 5928534. OLE color: 5928534.

HSL color Cylindrical-coordinate representation of color #56765A: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56765A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 90 -
CMYK 0.27 0 0.24 0.54
HSL 127.5º 0.16% 0.4% -
HSV(B) 127.5º 0.27% 0.46% -
XYZ 12.16 15.67 12.06 -
YUV 105.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 86 118 90 0.27 0 0.24 0.54 127.5 0.16 0.4
Hex 56 76 5A 1B 0 18 36 80 10 28
Octal 126 166 132 33 0 30 66 200 20 50
Binary 1010110 1110110 1011010 11011 0 11000 110110 10000000 10000 101000

Color Harmonies of #56765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56765A

Black with #56765A

Text Example


Text Example

White with #56765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,118,90); }

 H1.HeaderClassName
 {
   color: #56765A;
 }
 .AnyTagClassName
 {
   color: #56765A;
 }
</style>

background-color css

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

 a { background-color: rgb(86,118,90); }

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

border-color css

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

 span { border-color: rgb(86,118,90); }

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