Html Css Color HEX #5A725C Killarney

📋 copy color: '#5A725C'

red 90 ◦ green 114 ◦ blue 92

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

Shades of Killarney #5A725C

Tints of Killarney #5A725C

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

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

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

R = 30.41%
G = 38.51%
B = 31.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5A725C (or 0x5A725C) is known color: Killarney. HEX triplet: 5A, 72 and 5C. RGB value is (90,114,92). Sum of RGB (Red+Green+Blue) = 90+114+92=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #5A725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A725C is #A58DA3. Grayscale: #686868. Windows color (decimal): -10849700 or 6058586. OLE color: 6058586.

HSL color Cylindrical-coordinate representation of color #5A725C: hue angle of 125º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A725C is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 92 -
CMYK 0.21 0 0.19 0.55
HSL 125º 0.12% 0.4% -
HSV(B) 125º 0.21% 0.45% -
XYZ 12.17 14.98 12.38 -
YUV 104.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 90 114 92 0.21 0 0.19 0.55 125 0.12 0.4
Hex 5A 72 5C 15 0 13 37 7D C 28
Octal 132 162 134 25 0 23 67 175 14 50
Binary 1011010 1110010 1011100 10101 0 10011 110111 1111101 1100 101000

Color Harmonies of #5A725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A725C

Black with #5A725C

Text Example


Text Example

White with #5A725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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