Html Css Color HEX #557A56 Killarney

📋 copy color: '#557A56'

red 85 ◦ green 122 ◦ blue 86

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

Shades of Killarney #557A56

Tints of Killarney #557A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.64%

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 29.01%
G = 41.64%
B = 29.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#557A56 (or 0x557A56) is known color: Killarney. HEX triplet: 55, 7A and 56. RGB value is (85,122,86). Sum of RGB (Red+Green+Blue) = 85+122+86=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #557A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A56 is #AA85A9. Grayscale: #6A6A6A. Windows color (decimal): -11175338 or 5667413. OLE color: 5667413.

HSL color Cylindrical-coordinate representation of color #557A56: hue angle of 121.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A56 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 86 -
CMYK 0.30 0 0.30 0.52
HSL 121.62º 0.18% 0.41% -
HSV(B) 121.62º 0.3% 0.48% -
XYZ 12.39 16.52 11.34 -
YUV 106.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 85 122 86 0.30 0 0.30 0.52 121.62 0.18 0.41
Hex 55 7A 56 1E 0 1E 34 7A 12 29
Octal 125 172 126 36 0 36 64 172 22 51
Binary 1010101 1111010 1010110 11110 0 11110 110100 1111010 10010 101001

Color Harmonies of #557A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A56

Black with #557A56

Text Example


Text Example

White with #557A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,86); }

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

background-color css

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

 a { background-color: rgb(85,122,86); }

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

border-color css

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

 span { border-color: rgb(85,122,86); }

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