Html Css Color HEX #58725A Killarney

📋 copy color: '#58725A'

red 88 ◦ green 114 ◦ blue 90

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

Shades of Killarney #58725A

Tints of Killarney #58725A

RGB

 RED value IS 88 (34.77% from 255) = 30.14%

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

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

R = 30.14%
G = 39.04%
B = 30.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#58725A (or 0x58725A) is known color: Killarney. HEX triplet: 58, 72 and 5A. RGB value is (88,114,90). Sum of RGB (Red+Green+Blue) = 88+114+90=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #58725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725A is #A78DA5. Grayscale: #676767. Windows color (decimal): -10980774 or 5927512. OLE color: 5927512.

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

Color convert

RGB 88 114 90 -
CMYK 0.23 0 0.21 0.55
HSL 124.62º 0.13% 0.4% -
HSV(B) 124.62º 0.23% 0.45% -
XYZ 11.89 14.85 11.91 -
YUV 103.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 88 114 90 0.23 0 0.21 0.55 124.62 0.13 0.4
Hex 58 72 5A 17 0 15 37 7D D 28
Octal 130 162 132 27 0 25 67 175 15 50
Binary 1011000 1110010 1011010 10111 0 10101 110111 1111101 1101 101000

Color Harmonies of #58725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58725A

Black with #58725A

Text Example


Text Example

White with #58725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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