Html Css Color HEX #5B725D Killarney

📋 copy color: '#5B725D'

red 91 ◦ green 114 ◦ blue 93

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

Shades of Killarney #5B725D

Tints of Killarney #5B725D

RGB

 RED value IS 91 (35.94% from 255) = 30.54%

 GREEN value IS 114 (44.92% from 255) = 38.26%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 30.54%
G = 38.26%
B = 31.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#5B725D (or 0x5B725D) is known color: Killarney. HEX triplet: 5B, 72 and 5D. RGB value is (91,114,93). Sum of RGB (Red+Green+Blue) = 91+114+93=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #5B725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B725D is #A48DA2. Grayscale: #686868. Windows color (decimal): -10784163 or 6124123. OLE color: 6124123.

HSL color Cylindrical-coordinate representation of color #5B725D: hue angle of 125.22º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B725D is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 93 -
CMYK 0.20 0 0.18 0.55
HSL 125.22º 0.11% 0.4% -
HSV(B) 125.22º 0.2% 0.45% -
XYZ 12.31 15.05 12.61 -
YUV 104.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 91 114 93 0.20 0 0.18 0.55 125.22 0.11 0.4
Hex 5B 72 5D 14 0 12 37 7D B 28
Octal 133 162 135 24 0 22 67 175 13 50
Binary 1011011 1110010 1011101 10100 0 10010 110111 1111101 1011 101000

Color Harmonies of #5B725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B725D

Black with #5B725D

Text Example


Text Example

White with #5B725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B725D; }

 p { color: rgb(91,114,93); }

 H1.HeaderClassName
 {
   color: #5B725D;
 }
 .AnyTagClassName
 {
   color: #5B725D;
 }
</style>

background-color css

<style>
 a { background-color: #5B725D; }

 a { background-color: rgb(91,114,93); }

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

border-color css

<style>
 span { border-color: #5B725D; }

 span { border-color: rgb(91,114,93); }

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