Html Css Color HEX #5B725C Killarney

📋 copy color: '#5B725C'

red 91 ◦ green 114 ◦ blue 92

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

Shades of Killarney #5B725C

Tints of Killarney #5B725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 30.64%
G = 38.38%
B = 30.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5B725C (or 0x5B725C) is known color: Killarney. HEX triplet: 5B, 72 and 5C. RGB value is (91,114,92). Sum of RGB (Red+Green+Blue) = 91+114+92=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #5B725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B725C is #A48DA3. Grayscale: #686868. Windows color (decimal): -10784164 or 6058587. OLE color: 6058587.

HSL color Cylindrical-coordinate representation of color #5B725C: hue angle of 122.61º 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 #5B725C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 92 -
CMYK 0.20 0 0.19 0.55
HSL 122.61º 0.11% 0.4% -
HSV(B) 122.61º 0.2% 0.45% -
XYZ 12.26 15.03 12.38 -
YUV 104.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 91 114 92 0.20 0 0.19 0.55 122.61 0.11 0.4
Hex 5B 72 5C 14 0 13 37 7B B 28
Octal 133 162 134 24 0 23 67 173 13 50
Binary 1011011 1110010 1011100 10100 0 10011 110111 1111011 1011 101000

Color Harmonies of #5B725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B725C

Black with #5B725C

Text Example


Text Example

White with #5B725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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