Html Css Color HEX #557458 Killarney

📋 copy color: '#557458'

red 85 ◦ green 116 ◦ blue 88

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

Shades of Killarney #557458

Tints of Killarney #557458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

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

R = 29.41%
G = 40.14%
B = 30.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#557458 (or 0x557458) is known color: Killarney. HEX triplet: 55, 74 and 58. RGB value is (85,116,88). Sum of RGB (Red+Green+Blue) = 85+116+88=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #557458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557458 is #AA8BA7. Grayscale: #676767. Windows color (decimal): -11176872 or 5796949. OLE color: 5796949.

HSL color Cylindrical-coordinate representation of color #557458: hue angle of 125.81º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557458 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 88 -
CMYK 0.27 0 0.24 0.55
HSL 125.81º 0.15% 0.39% -
HSV(B) 125.81º 0.27% 0.45% -
XYZ 11.75 15.13 11.53 -
YUV 103.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 85 116 88 0.27 0 0.24 0.55 125.81 0.15 0.39
Hex 55 74 58 1B 0 18 37 7E F 27
Octal 125 164 130 33 0 30 67 176 17 47
Binary 1010101 1110100 1011000 11011 0 11000 110111 1111110 1111 100111

Color Harmonies of #557458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557458

Black with #557458

Text Example


Text Example

White with #557458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557458; }

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

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

background-color css

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

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

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

border-color css

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

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

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