Html Css Color HEX #557758 Killarney

📋 copy color: '#557758'

red 85 ◦ green 119 ◦ blue 88

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

Shades of Killarney #557758

Tints of Killarney #557758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

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

R = 29.11%
G = 40.75%
B = 30.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#557758 (or 0x557758) is known color: Killarney. HEX triplet: 55, 77 and 58. RGB value is (85,119,88). Sum of RGB (Red+Green+Blue) = 85+119+88=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #557758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557758 is #AA88A7. Grayscale: #696969. Windows color (decimal): -11176104 or 5797717. OLE color: 5797717.

HSL color Cylindrical-coordinate representation of color #557758: hue angle of 125.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557758 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 88 -
CMYK 0.29 0 0.26 0.53
HSL 125.29º 0.17% 0.4% -
HSV(B) 125.29º 0.29% 0.47% -
XYZ 12.1 15.83 11.65 -
YUV 105.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 85 119 88 0.29 0 0.26 0.53 125.29 0.17 0.4
Hex 55 77 58 1D 0 1A 35 7D 11 28
Octal 125 167 130 35 0 32 65 175 21 50
Binary 1010101 1110111 1011000 11101 0 11010 110101 1111101 10001 101000

Color Harmonies of #557758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557758

Black with #557758

Text Example


Text Example

White with #557758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557758; }

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

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

background-color css

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

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

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

border-color css

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

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

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