Html Css Color HEX #557D58 Killarney

📋 copy color: '#557D58'

red 85 ◦ green 125 ◦ blue 88

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

Shades of Killarney #557D58

Tints of Killarney #557D58

RGB

 RED value IS 85 (33.59% from 255) = 28.52%

 GREEN value IS 125 (49.22% from 255) = 41.95%

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 28.52%
G = 41.95%
B = 29.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#557D58 (or 0x557D58) is known color: Killarney. HEX triplet: 55, 7D and 58. RGB value is (85,125,88). Sum of RGB (Red+Green+Blue) = 85+125+88=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #557D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D58 is #AA82A7. Grayscale: #6C6C6C. Windows color (decimal): -11174568 or 5799253. OLE color: 5799253.

HSL color Cylindrical-coordinate representation of color #557D58: hue angle of 124.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557D58 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 88 -
CMYK 0.32 0 0.30 0.51
HSL 124.5º 0.19% 0.41% -
HSV(B) 124.5º 0.32% 0.49% -
XYZ 12.84 17.3 11.9 -
YUV 108.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 85 125 88 0.32 0 0.30 0.51 124.5 0.19 0.41
Hex 55 7D 58 20 0 1E 33 7C 13 29
Octal 125 175 130 40 0 36 63 174 23 51
Binary 1010101 1111101 1011000 100000 0 11110 110011 1111100 10011 101001

Color Harmonies of #557D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D58

Black with #557D58

Text Example


Text Example

White with #557D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D58; }

 p { color: rgb(85,125,88); }

 H1.HeaderClassName
 {
   color: #557D58;
 }
 .AnyTagClassName
 {
   color: #557D58;
 }
</style>

background-color css

<style>
 a { background-color: #557D58; }

 a { background-color: rgb(85,125,88); }

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

border-color css

<style>
 span { border-color: #557D58; }

 span { border-color: rgb(85,125,88); }

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