Html Css Color HEX #557E58 Killarney

📋 copy color: '#557E58'

red 85 ◦ green 126 ◦ blue 88

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

Shades of Killarney #557E58

Tints of Killarney #557E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.14%

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

R = 28.43%
G = 42.14%
B = 29.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#557E58 (or 0x557E58) is known color: Killarney. HEX triplet: 55, 7E and 58. RGB value is (85,126,88). Sum of RGB (Red+Green+Blue) = 85+126+88=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #557E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E58 is #AA81A7. Grayscale: #6D6D6D. Windows color (decimal): -11174312 or 5799509. OLE color: 5799509.

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

Color convert

RGB 85 126 88 -
CMYK 0.33 0 0.30 0.51
HSL 124.39º 0.19% 0.41% -
HSV(B) 124.39º 0.33% 0.49% -
XYZ 12.97 17.56 11.94 -
YUV 109.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 85 126 88 0.33 0 0.30 0.51 124.39 0.19 0.41
Hex 55 7E 58 21 0 1E 33 7C 13 29
Octal 125 176 130 41 0 36 63 174 23 51
Binary 1010101 1111110 1011000 100001 0 11110 110011 1111100 10011 101001

Color Harmonies of #557E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E58

Black with #557E58

Text Example


Text Example

White with #557E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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