Html Css Color HEX #557457 Killarney

📋 copy color: '#557457'

red 85 ◦ green 116 ◦ blue 87

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

Shades of Killarney #557457

Tints of Killarney #557457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 29.51%
G = 40.28%
B = 30.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#557457 (or 0x557457) is known color: Killarney. HEX triplet: 55, 74 and 57. RGB value is (85,116,87). Sum of RGB (Red+Green+Blue) = 85+116+87=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #557457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557457 is #AA8BA8. Grayscale: #676767. Windows color (decimal): -11176873 or 5731413. OLE color: 5731413.

HSL color Cylindrical-coordinate representation of color #557457: hue angle of 123.87º 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 #557457 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 87 -
CMYK 0.27 0 0.25 0.55
HSL 123.87º 0.15% 0.39% -
HSV(B) 123.87º 0.27% 0.45% -
XYZ 11.71 15.11 11.32 -
YUV 103.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 85 116 87 0.27 0 0.25 0.55 123.87 0.15 0.39
Hex 55 74 57 1B 0 19 37 7C F 27
Octal 125 164 127 33 0 31 67 174 17 47
Binary 1010101 1110100 1010111 11011 0 11001 110111 1111100 1111 100111

Color Harmonies of #557457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557457

Black with #557457

Text Example


Text Example

White with #557457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557457; }

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

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

background-color css

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

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

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

border-color css

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

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

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