Html Css Color HEX #5A725B Killarney

📋 copy color: '#5A725B'

red 90 ◦ green 114 ◦ blue 91

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

Shades of Killarney #5A725B

Tints of Killarney #5A725B

RGB

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

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

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

R = 30.51%
G = 38.64%
B = 30.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#5A725B (or 0x5A725B) is known color: Killarney. HEX triplet: 5A, 72 and 5B. RGB value is (90,114,91). Sum of RGB (Red+Green+Blue) = 90+114+91=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #5A725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A725B is #A58DA4. Grayscale: #686868. Windows color (decimal): -10849701 or 5993050. OLE color: 5993050.

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

Color convert

RGB 90 114 91 -
CMYK 0.21 0 0.20 0.55
HSL 122.5º 0.12% 0.4% -
HSV(B) 122.5º 0.21% 0.45% -
XYZ 12.12 14.96 12.15 -
YUV 104.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 90 114 91 0.21 0 0.20 0.55 122.5 0.12 0.4
Hex 5A 72 5B 15 0 14 37 7B C 28
Octal 132 162 133 25 0 24 67 173 14 50
Binary 1011010 1110010 1011011 10101 0 10100 110111 1111011 1100 101000

Color Harmonies of #5A725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A725B

Black with #5A725B

Text Example


Text Example

White with #5A725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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