Html Css Color HEX #58705A Killarney

📋 copy color: '#58705A'

red 88 ◦ green 112 ◦ blue 90

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

Shades of Killarney #58705A

Tints of Killarney #58705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 30.34%
G = 38.62%
B = 31.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#58705A (or 0x58705A) is known color: Killarney. HEX triplet: 58, 70 and 5A. RGB value is (88,112,90). Sum of RGB (Red+Green+Blue) = 88+112+90=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #58705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58705A is #A78FA5. Grayscale: #666666. Windows color (decimal): -10981286 or 5927000. OLE color: 5927000.

HSL color Cylindrical-coordinate representation of color #58705A: hue angle of 125º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58705A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 112 90 -
CMYK 0.21 0 0.20 0.56
HSL 125º 0.12% 0.39% -
HSV(B) 125º 0.21% 0.44% -
XYZ 11.66 14.4 11.84 -
YUV 102.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 88 112 90 0.21 0 0.20 0.56 125 0.12 0.39
Hex 58 70 5A 15 0 14 38 7D C 27
Octal 130 160 132 25 0 24 70 175 14 47
Binary 1011000 1110000 1011010 10101 0 10100 111000 1111101 1100 100111

Color Harmonies of #58705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58705A

Black with #58705A

Text Example


Text Example

White with #58705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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